diff --git a/satellites/palemoon-ublock.sat b/satellites/palemoon-ublock.sat index df141fd..409aefc 100644 --- a/satellites/palemoon-ublock.sat +++ b/satellites/palemoon-ublock.sat @@ -1,10 +1,10 @@ name=uBlock -version=1.9.0 +version=1.9.4 update_url="https://github.com/gorhill/$name/releases" update_names="/download/$version/" dlfile "https://github.com/gorhill/$name/releases/download/$version/${name}0.firefox.xpi" \ - '456ae7b7325a5d0b4b9e512df04a31a3' + '24b89b45017cb5b48c7f618c1f0d249a' header_end install -Dm755 "${name}0.firefox.xpi" "$dir_install/$dir_prefix/$dir_libdir/palemoon/browser/extensions/${name}0@raymondhill.net.xpi" diff --git a/satellites/python3-setuptools.sat b/satellites/python3-setuptools.sat index 409474d..965e311 100644 --- a/satellites/python3-setuptools.sat +++ b/satellites/python3-setuptools.sat @@ -1,12 +1,12 @@ import 'compile/python' name=setuptools -version=26.0.0 +version=26.1.1 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" -dlextract "https://pypi.python.org/packages/0d/13/ce6a0a22220f3da7483131bb8212d5791a03c8c3e86ff61b2c6a2de547cd/$name-$version.tar.gz" \ - '846e21fea62b9a70dfc845d70c400b7e' +dlextract "https://pypi.python.org/packages/32/3c/e853a68b703f347f5ed86585c2dd2828a83252e1216c1201fa6f81270578/$name-$version.tar.gz" \ + '0744ee90ad266fb117d59f94334185d0' header_end cd "$name-$version" diff --git a/satellites/python3-yaml.sat b/satellites/python3-yaml.sat index a6ba21f..2c8efae 100644 --- a/satellites/python3-yaml.sat +++ b/satellites/python3-yaml.sat @@ -1,11 +1,11 @@ import 'compile/python' name=PyYAML -version=3.11 +version=3.12 update_url="http://pyyaml.org/wiki/$name" dlextract "http://pyyaml.org/download/pyyaml/$name-$version.tar.gz" \ - 'f50e08ef0fe55178479d3a618efe21db' + '4c129761b661d181ebf7ff4eb2d79950' header_end cd "$name-$version" diff --git a/satellites/tlp.sat b/satellites/tlp.sat index 79413a7..1f2658b 100644 --- a/satellites/tlp.sat +++ b/satellites/tlp.sat @@ -9,9 +9,13 @@ header_end cd "$name-$version" make install-tlp \ - TLP_LIBDIR="/$dir_prefix/$dir_libdir" \ TLP_SBIN="/$dir_prefix/$dir_sbindir" \ TLP_BIN="/$dir_prefix/$dir_bindir" \ + TLP_TLIB="/$dir_prefix/$dir_datadir/tlp-pm" \ + TLP_PLIB="/$dir_prefix/$dir_libdir/pm-utils" \ + TLP_CONF="/$dir_sysconfdir/default/tlp" \ + TLP_SHCPL="/$dir_prefix/$dir_datadir/bash-completion/completions" \ + TLP_MAN="/$dir_prefix/$dir_mandir" \ TLP_NO_INIT=1 \ DESTDIR="$dir_install"