Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Conner Clere (a4ea7a2b1fcba5699d7da28fdc3b96dc250bcd5d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Conner Clere (a4ea7a2b1fcba5699d7da28fdc3b96dc250bcd5d)
  • Date: Mon, 22 Jan 2024 06:34:29 +0000

GIT changes to master binary grimoire by Conner Clere
<xenanthropy AT sourcemage.org>:

bin-http/floorp-bin/DETAILS | 8 ++++----
bin-http/floorp-bin/HISTORY | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit a4ea7a2b1fcba5699d7da28fdc3b96dc250bcd5d
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

bin-http/floorp-bin: version 11.8.1

fixed SOURCE and SOURCE_URL, accidentally hard-coded SOURCE into
SOURCE_URL

diff --git a/bin-http/floorp-bin/DETAILS b/bin-http/floorp-bin/DETAILS
index 2454090..8f6dd49 100755
--- a/bin-http/floorp-bin/DETAILS
+++ b/bin-http/floorp-bin/DETAILS
@@ -1,10 +1,10 @@
# Watch: https://github.com/Floorp-Projects/Floorp/releases
tags/v([0-9.]+)[.]tar
SPELL=floorp-bin
- VERSION=11.7.1
- SOURCE=floorp-${VERSION}.linux-x86-64.tar.bz2
+ VERSION=11.8.1
+ SOURCE=floorp-${VERSION}.linux-x86_64.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/floorp"
-
SOURCE_URL[0]=https://github.com/Floorp-Projects/Floorp/releases/download/v${VERSION}/floorp-11.7.1.linux-x86_64.tar.bz2
-
SOURCE_HASH=sha512:99a6a166092b0ba7465907592e5ac8df9349c5e10af1c4b45e08257ebbc6a328d63a22d2a859eca4f56363b33af9fb0125856c5f55dec515ad5fe3903d0bc368
+
SOURCE_URL[0]=https://github.com/Floorp-Projects/Floorp/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:39b62f8a7b9d1417013706b869169f22503cb8738db59ef1a01888c14850773a5fc45a7424dabc5974283d59c854348cdde93a202b5657156996e4d645ba927e
LICENSE[0]=MOZILLA
WEB_SITE=https://floorp.app/
ENTERED=20240107
diff --git a/bin-http/floorp-bin/HISTORY b/bin-http/floorp-bin/HISTORY
index 1251805..65ea946 100644
--- a/bin-http/floorp-bin/HISTORY
+++ b/bin-http/floorp-bin/HISTORY
@@ -1,3 +1,6 @@
+2024-01-22 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 11.8.1, fix SOURCE and SOURCE_URL
+
2024-01-07 Conner Clere <xenanthropy AT sourcemage.org>
* INSTALL: remove line regarding installing icon




  • [SM-Commit] GIT changes to master binary grimoire by Conner Clere (a4ea7a2b1fcba5699d7da28fdc3b96dc250bcd5d), Conner Clere, 01/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page