|
|
@ -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 |
|
|
|