Browse Source

Update palemoon and addons

master
mid-kid 7 years ago
parent
commit
9db8a1c688
  1. 4
      satellites/palemoon-greasemonkey.sat
  2. 4
      satellites/palemoon-ublock.sat
  3. 5
      satellites/palemoon-umatrix.sat
  4. 4
      satellites/palemoon.sat

4
satellites/palemoon-greasemonkey.sat

@ -1,10 +1,10 @@
name=greasemonkey
version=3.16
version=3.17
update_url="https://github.com/$name/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/$name/$name/archive/$version/$name-$version.tar.gz" \
'fbfddb4936c95c18e9528fcfbffc1540'
'e814d40e9bf200c2b78fc5748a0260b7'
_
cd "$name-$version"

4
satellites/palemoon-ublock.sat

@ -1,12 +1,12 @@
import 'vcs/git'
name=uBlock
version=1.14.10
version=1.14.22
update_url="https://github.com/gorhill/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \
'8be4a74882522089d4cae32b0c51a4fb'
'1ca266951fb3514cc73db7f4600e66f5'
( name=uAssets
vcs_git -V "https://github.com/uBlockOrigin/uAssets"
)

5
satellites/palemoon-umatrix.sat

@ -1,12 +1,12 @@
import 'vcs/git'
name=uMatrix
version=1.0.0
version=1.1.4
update_url="https://github.com/gorhill/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \
'04761e1f6e41b41a67a6a64cb434084c'
'2ba41e4ad567102c7bb8ec0031c2c87f'
( name=uAssets
vcs_git -V "https://github.com/uBlockOrigin/uAssets"
)
@ -15,7 +15,6 @@ _
cd "$name-$version"
# Update the assets, as that's something not done in uMatrix for some reason
rm -f assets/checksums.txt
cp -Ta ../uAssets/thirdparties assets/thirdparties
tools/make-firefox.sh all

4
satellites/palemoon.sat

@ -1,14 +1,14 @@
# The Pale Moon team recommends building with GCC 4.9. While other versions like 5.x are known to work, they're unsupported.
name=Pale-Moon
version=27.6.1
version=27.6.2
version_gcc=4.9.4
version_autoconf=2.13
update_url="https://github.com/MoonchildProductions/$name/releases"
update_names="/archive/${version}_Release.tar.gz"
dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \
'07d249e88ad8b26541001070081033ba'
'efe659ea567cba140389a9e2f540641a'
extrafile 'palemoon.desktop'
( name=gcc version="$version_gcc"

Loading…
Cancel
Save