diff --git a/satellites/palemoon-greasemonkey.sat b/satellites/palemoon-greasemonkey.sat index 0617b79..21253f4 100644 --- a/satellites/palemoon-greasemonkey.sat +++ b/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" diff --git a/satellites/palemoon-ublock.sat b/satellites/palemoon-ublock.sat index dc9b677..ac6aef9 100644 --- a/satellites/palemoon-ublock.sat +++ b/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" ) diff --git a/satellites/palemoon-umatrix.sat b/satellites/palemoon-umatrix.sat index 93e77c9..f94dde1 100644 --- a/satellites/palemoon-umatrix.sat +++ b/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 diff --git a/satellites/palemoon.sat b/satellites/palemoon.sat index 1c9dc32..5be4d38 100644 --- a/satellites/palemoon.sat +++ b/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"