From 0ec2b2b4bd6978c5510167fe1bd83661f83264fd Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 27 Dec 2016 18:40:22 +0100 Subject: [PATCH] Update satellites --- satellites/mpv.sat | 4 ++-- satellites/python3.sat | 4 ++-- satellites/qbittorrent.sat | 4 ++-- satellites/rofi.sat | 4 ++-- satellites/youtube-dl.sat | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/satellites/mpv.sat b/satellites/mpv.sat index 9c65125..231b73a 100644 --- a/satellites/mpv.sat +++ b/satellites/mpv.sat @@ -1,11 +1,11 @@ import 'compile/waf' name=mpv -version=0.22.0 +version=0.23.0 update_url="https://github.com/mpv-player/$name/releases" dlextract "https://github.com/mpv-player/$name/archive/v$version.tar.gz" \ - 'aa56677b11c1b634a83c56f1c1c39c57' + '9bce377e101612d611daf2a5c99aa95f' header_end cd "$name-$version" diff --git a/satellites/python3.sat b/satellites/python3.sat index 1cb0293..abe1bc2 100644 --- a/satellites/python3.sat +++ b/satellites/python3.sat @@ -1,13 +1,13 @@ import 'compile/configure' name=Python -version=3.5.2 +version=3.6.0 update_url='https://www.python.org/downloads/' define_option '2to3-symlink: Install the 2to3 symlink (it may conflict with python2)' dlextract "https://www.python.org/ftp/python/$version/$name-$version.tar.xz" \ - '8906efbacfcdc7c3c9198aeefafd159e' + '82b143ebbf4514d7e05876bed7a6b1f5' header_end cd "$name-$version" diff --git a/satellites/qbittorrent.sat b/satellites/qbittorrent.sat index 485403d..1544a87 100644 --- a/satellites/qbittorrent.sat +++ b/satellites/qbittorrent.sat @@ -1,13 +1,13 @@ import 'compile/configure' name=qbittorrent -version=3.3.8 +version=3.3.10 update_url='http://www.qbittorrent.org/download.php' define_option '!qt4: Build for Qt4 instead of Qt5' dlextract "http://sourceforge.net/projects/$name/files/$name/$name-$version/$name-$version.tar.xz" \ - '2d22e74ac1aae8d716b4a87911289115' + '47497bf0fb27ad54efde2bcd5c549e5b' header_end cd "$name-$version" diff --git a/satellites/rofi.sat b/satellites/rofi.sat index 70b030e..02004bd 100644 --- a/satellites/rofi.sat +++ b/satellites/rofi.sat @@ -1,11 +1,11 @@ import 'compile/configure' name=rofi -version=1.2.0 +version=1.3.0 update_url="https://github.com/DaveDavenport/$name/releases" dlextract "https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.xz" \ - '0d02312dc3c4e74898a398de4daf4022' + '36ad3cf3cb4c4ec4894ff9b5fbcf4ba6' header_end cd "$name-$version" diff --git a/satellites/youtube-dl.sat b/satellites/youtube-dl.sat index ebfd152..1b2227b 100644 --- a/satellites/youtube-dl.sat +++ b/satellites/youtube-dl.sat @@ -1,11 +1,11 @@ import 'compile/python' name=youtube-dl -version=2016.12.12 +version=2016.12.22 update_url="http://rg3.github.io/$name/download.html" dlextract "https://yt-dl.org/downloads/$version/$name-$version.tar.gz" \ - 'ed8cb2aa78f3da2f89670ccca2834e0d' + 'ab5deb1df2b749f40603ed07ffc03252' header_end cd "$name"