summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2020-12-21 18:14:23 +0000
committerVlad Glagolev2020-12-21 18:14:23 +0000
commit2c0112aebf9d998d2144fd3488eb14b362c8c32d (patch)
tree2ae3544735e6a0daf5ae43e421e6914d83366710
parentd380e76b196bc7fe1be60fc411517e2e69f5ab32 (diff)
palemoon-bin: => 28.17.0 [security]
-rwxr-xr-xbin-http/palemoon-bin/DETAILS10
-rw-r--r--bin-http/palemoon-bin/HISTORY3
2 files changed, 6 insertions, 7 deletions
diff --git a/bin-http/palemoon-bin/DETAILS b/bin-http/palemoon-bin/DETAILS
index 447e99c..c97eba8 100755
--- a/bin-http/palemoon-bin/DETAILS
+++ b/bin-http/palemoon-bin/DETAILS
@@ -1,13 +1,9 @@
SPELL=palemoon-bin
SPELLX=${SPELL/-bin}
- VERSION=28.16.0
- SECURITY_PATCH=27
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
+ VERSION=28.17.0
+ SECURITY_PATCH=28
ARCH=x86_64
-else
- ARCH=i686
-fi
- SOURCE=${SPELLX}-${VERSION}.linux-${ARCH}.tar.xz
+ SOURCE=${SPELLX}-${VERSION}.linux-${ARCH}-gtk2.tar.xz
SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=http://linux.palemoon.org/datastore/release/${SOURCE}
SOURCE2_URL[0]=${SOURCE_URL}.sig
diff --git a/bin-http/palemoon-bin/HISTORY b/bin-http/palemoon-bin/HISTORY
index b0cdedc..9cb5e7a 100644
--- a/bin-http/palemoon-bin/HISTORY
+++ b/bin-http/palemoon-bin/HISTORY
@@ -1,3 +1,6 @@
+2020-12-21 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 28.17.0; SECURITY_PATCH++; drop i686 arch
+
2020-11-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 28.16.0; SECURITY_PATCH++