From 138b98eb288491949b1504998e0c47e7a710dae7 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 26 Sep 2016 08:57:52 +0200 Subject: [PATCH] Updated some packages --- satellites/libass.sat | 4 ++-- satellites/libmodplug.sat | 4 ++-- satellites/palemoon-ublock.sat | 2 +- satellites/python3-setuptools.sat | 6 +++--- satellites/syncthing.sat | 2 +- satellites/youtube-dl.sat | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/satellites/libass.sat b/satellites/libass.sat index 73b9fb9..42b2cba 100644 --- a/satellites/libass.sat +++ b/satellites/libass.sat @@ -1,11 +1,11 @@ import 'compile/configure' name=libass -version=0.13.2 +version=0.13.3 update_url="https://github.com/libass/$name/releases" dlextract "https://github.com/libass/$name/releases/download/$version/$name-$version.tar.xz" \ - '1c8cbd5751aeb192bda04a65d0464fd9' + '2369db9dafeee94b0e55bc99faa2a5d1' header_end cd "$name-$version" diff --git a/satellites/libmodplug.sat b/satellites/libmodplug.sat index 2d2b5c4..0aaac73 100644 --- a/satellites/libmodplug.sat +++ b/satellites/libmodplug.sat @@ -2,8 +2,8 @@ import 'compile/configure' name=libmodplug version=0.8.8.5 -update_url="https://sourceforge.net/projects/modplug-xmms/files/$name/" -update_names="/$name/$version/" +update_url='http://modplug-xmms.sourceforge.net/' +update_names="$name-$version.tar.gz/download" dlextract "https://sourceforge.net/projects/modplug-xmms/files/$name/$version/$name-$version.tar.gz" \ '5f30241db109d647781b784e62ddfaa1' diff --git a/satellites/palemoon-ublock.sat b/satellites/palemoon-ublock.sat index e5a652c..389480b 100644 --- a/satellites/palemoon-ublock.sat +++ b/satellites/palemoon-ublock.sat @@ -1,5 +1,5 @@ name=uBlock -version=1.9.6 # TODO: Untested +version=1.9.10 # TODO: Untested update_url="https://github.com/gorhill/$name/releases" update_names="/download/$version/" diff --git a/satellites/python3-setuptools.sat b/satellites/python3-setuptools.sat index ad40d57..b705952 100644 --- a/satellites/python3-setuptools.sat +++ b/satellites/python3-setuptools.sat @@ -1,12 +1,12 @@ import 'compile/python' name=setuptools -version=27.2.0 +version=27.3.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" -dlextract "https://pypi.python.org/packages/87/ba/54197971d107bc06f5f3fbdc0d728a7ae0b10cafca46acfddba65a0899d8/$name-$version.tar.gz" \ - 'b39715612fdc0372dbfd7b3fcf5d4fe5' +dlextract "https://pypi.python.org/packages/72/e1/741cd8c4825e58119481d8be4254c9cd133db50876b159cdf8cbd253fbb3/$name-$version.tar.gz" \ + '2246eb4c511fa4b50003b10ea2a49d42' header_end cd "$name-$version" diff --git a/satellites/syncthing.sat b/satellites/syncthing.sat index 1da9c49..abffbc2 100644 --- a/satellites/syncthing.sat +++ b/satellites/syncthing.sat @@ -1,6 +1,6 @@ name=syncthing version=0.14.7 -update_url='https://syncthing.net/' +update_url="https://github.com/$name/$name/releases" dlextract "https://github.com/$name/$name/releases/download/v$version/$name-source-v$version.tar.gz" \ '33dbe16087944066f9b6f03134f254a0' diff --git a/satellites/youtube-dl.sat b/satellites/youtube-dl.sat index f4990fd..4b7faca 100644 --- a/satellites/youtube-dl.sat +++ b/satellites/youtube-dl.sat @@ -1,11 +1,11 @@ import 'compile/python' name=youtube-dl -version=2016.09.19 +version=2016.09.24 update_url="http://rg3.github.io/$name/download.html" dlextract "https://yt-dl.org/downloads/$version/$name-$version.tar.gz" \ - 'c760476f7950fb579c430e2db069fc8c' + 'd20c8d554497040e37c70580bdb9c6f6' header_end cd "$name"