Browse Source

Updates

master
mid-kid 8 years ago
parent
commit
1b5048aae1
  1. 4
      satellites/ffmpeg.sat
  2. 1
      satellites/stepmania.sat
  3. 4
      satellites/youtube-dl.sat

4
satellites/ffmpeg.sat

@ -1,9 +1,9 @@
name=ffmpeg
version=3.1.4
version=3.1.5
update_url='https://ffmpeg.org/download.html'
dlextract "http://ffmpeg.org/releases/$name-$version.tar.bz2" \
'1c099ec01cef5caadd05a4f78561c560'
'0dd2f448a41f555a100fb075d5df136e'
header_end
cd "$name-$version"

1
satellites/stepmania.sat

@ -7,6 +7,7 @@ majver=5.0
version=$majver.12
ffmpeg_version=2.1.8
update_url="https://github.com/$name/$name/releases"
update_names="/archive/v$version.tar.gz"
dlextract "https://github.com/$name/$name/archive/v$version.tar.gz" \
'04dcba99ec1a6fd544e58a56e26e21ff'

4
satellites/youtube-dl.sat

@ -1,11 +1,11 @@
import 'compile/python'
name=youtube-dl
version=2016.10.21.1
version=2016.10.26
update_url="http://rg3.github.io/$name/download.html"
dlextract "https://yt-dl.org/downloads/$version/$name-$version.tar.gz" \
'a0326153f05f6fd36bb3a0be22bbd905'
'934314be6717bee16280c844c8bb3636'
header_end
cd "$name"

Loading…
Cancel
Save