diff --git a/satellites/3dstool.sat b/satellites/3dstool.sat index 2e6f11e..baf7cdb 100644 --- a/satellites/3dstool.sat +++ b/satellites/3dstool.sat @@ -1,7 +1,7 @@ import 'compile/cmake' name=3dstool -version=1.0.15 +version=1.0.17 # TODO: Untested update_url="https://github.com/dnasdw/$name/releases" update_names="/archive/v$version.tar.gz" diff --git a/satellites/feh.sat b/satellites/feh.sat index 109ee16..8723cd7 100644 --- a/satellites/feh.sat +++ b/satellites/feh.sat @@ -1,9 +1,9 @@ name=feh -version=2.17.1 +version=2.18 update_url='https://feh.finalrewind.org/' dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \ - 'c78718795ff2b394f29346c556d943ac' + '2427d49839ca49f8349f96473e862898' header_end cd "$name-$version" diff --git a/satellites/ffmpeg.sat b/satellites/ffmpeg.sat index 3d3839b..51ea54e 100644 --- a/satellites/ffmpeg.sat +++ b/satellites/ffmpeg.sat @@ -1,9 +1,9 @@ name=ffmpeg -version=3.1.5 +version=3.2 update_url='https://ffmpeg.org/download.html' dlextract "http://ffmpeg.org/releases/$name-$version.tar.bz2" \ - '0dd2f448a41f555a100fb075d5df136e' + 'ce8fb81e2742eb70548956492c4625b8' header_end cd "$name-$version" diff --git a/satellites/kpartx.sat b/satellites/kpartx.sat index 52080dd..32d8c6c 100644 --- a/satellites/kpartx.sat +++ b/satellites/kpartx.sat @@ -1,11 +1,11 @@ name=multipath-tools -version=0.6.3 -revision=88d526b48a85794761221422913cff608557856c +version=0.6.4 +revision=922421cf795d53d339862bb2d99f1a85c96ad9a3 update_url="http://git.opensvc.com/?p=$name/.git;a=tags" update_names="href=\"/?p=$name/.git;a=shortlog;h=refs/tags/$version\"" download "http://git.opensvc.com/?p=$name/.git;a=snapshot;h=$revision;sf=tgz" \ - '902e4715ba20f233401be9e8d3875ce3' \ + '48e2c62e6216f57cfac166b3a4b387a7' \ "$name-$version.tar.gz" header_end diff --git a/satellites/love.sat b/satellites/love.sat index f65f2d6..8513efa 100644 --- a/satellites/love.sat +++ b/satellites/love.sat @@ -1,11 +1,11 @@ import 'compile/configure' name=love -version=0.10.1 +version=0.10.2 update_url='http://love2d.org/' dlextract "https://bitbucket.org/rude/love/downloads/$name-$version-linux-src.tar.gz" \ - '7355507d8ac83ff75c439505527df1ae' + '11936c4fafe666bdea077cb006c060a4' header_end cd "$name-$version" diff --git a/satellites/python3-setuptools.sat b/satellites/python3-setuptools.sat index 1ef7d2f..37d89b7 100644 --- a/satellites/python3-setuptools.sat +++ b/satellites/python3-setuptools.sat @@ -1,12 +1,12 @@ import 'compile/python' name=setuptools -version=28.6.1 +version=28.8.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" -dlextract "https://pypi.python.org/packages/b5/9a/9ce1a45a076f977cb870bf0c9370347c9371b0e9aa9ca9859196ce58afda/$name-$version.tar.gz" \ - 'b8df391e7532b544e16e1e4cc35a90e5' +dlextract "https://pypi.python.org/packages/25/4e/1b16cfe90856235a13872a6641278c862e4143887d11a12ac4905081197f/$name-$version.tar.gz" \ + '43d6eb25f60e8a2682a8f826ce9e3f42' header_end cd "$name-$version" diff --git a/satellites/qutebrowser.sat b/satellites/qutebrowser.sat index 09101e1..24c7206 100644 --- a/satellites/qutebrowser.sat +++ b/satellites/qutebrowser.sat @@ -1,11 +1,11 @@ import 'compile/python' name=qutebrowser -version=0.8.2 +version=0.8.4 update_url="https://github.com/The-Compiler/$name/releases" dlextract "https://github.com/The-Compiler/$name/releases/download/v$version/$name-$version.tar.gz" \ - 'f94ab51ac577a1f2256ee81f6e40f254' + '5bba7dae261762d423c20a7bc8bf0734' header_end cd "$name-$version" diff --git a/satellites/syncthing.sat b/satellites/syncthing.sat index 4ee8d6e..0620d01 100644 --- a/satellites/syncthing.sat +++ b/satellites/syncthing.sat @@ -1,9 +1,9 @@ name=syncthing -version=0.14.9 +version=0.14.10 update_url="https://github.com/$name/$name/releases" dlextract "https://github.com/$name/$name/releases/download/v$version/$name-source-v$version.tar.gz" \ - '610420cbe20205ea41f558b33ade6014' + '1181e6610d389c9abb67066beb049451' extrafile 'syncthing-browser.desktop' header_end diff --git a/satellites/wine.sat b/satellites/wine.sat index 6e6b9d0..91d1142 100644 --- a/satellites/wine.sat +++ b/satellites/wine.sat @@ -2,14 +2,14 @@ import 'compile/configure' name=wine majver=1.9 -version=$majver.21 +version=$majver.22 update_url='https://www.winehq.org/' update_names="/announce/$version\"" define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here' dlextract "http://dl.winehq.org/$name/source/$majver/$name-$version.tar.bz2" \ - '2a56340aa89c3120576d00f7bf280af9' + '604c64eb3e1e5c85bc467e5e7b251b1d' header_end cd "$name-$version" diff --git a/satellites/youtube-dl.sat b/satellites/youtube-dl.sat index 104379b..cd122e8 100644 --- a/satellites/youtube-dl.sat +++ b/satellites/youtube-dl.sat @@ -1,11 +1,11 @@ import 'compile/python' name=youtube-dl -version=2016.10.26 +version=2016.11.04 update_url="http://rg3.github.io/$name/download.html" dlextract "https://yt-dl.org/downloads/$version/$name-$version.tar.gz" \ - '934314be6717bee16280c844c8bb3636' + '3d9178a9f9278f24cb313e90c8ef5be3' header_end cd "$name"