Browse Source

Update satellites

master
mid-kid 8 years ago
parent
commit
0ec2b2b4bd
  1. 4
      satellites/mpv.sat
  2. 4
      satellites/python3.sat
  3. 4
      satellites/qbittorrent.sat
  4. 4
      satellites/rofi.sat
  5. 4
      satellites/youtube-dl.sat

4
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"

4
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"

4
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"

4
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"

4
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"

Loading…
Cancel
Save