Browse Source

Updated some packages

master
mid-kid 8 years ago
parent
commit
bd57df0f29
  1. 4
      satellites/ffmpeg.sat
  2. 11
      satellites/hostapd.sat
  3. 2
      satellites/palemoon-ublock.sat
  4. 6
      satellites/python3-setuptools.sat
  5. 4
      satellites/wine.sat
  6. 4
      satellites/youtube-dl.sat

4
satellites/ffmpeg.sat

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

11
satellites/hostapd.sat

@ -1,15 +1,18 @@
name=hostapd
version=2.5
version=2.6
update_url="http://w1.fi/$name/"
define_option '!rtlxdrv: Build with support for RTL8188{C|CU|CUS} wifi chips'
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
'69f9cec3f76d74f402864a43e4f8624f'
if option rtlxdrv; then
version=2.5 # The patch still has to be updated
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
'69f9cec3f76d74f402864a43e4f8624f'
dlfile 'https://raw.githubusercontent.com/pritambaral/hostapd-rtl871xdrv/547005ed466bbd632cff87b706e339874025acb0/rtlxdrv.patch' \
'ca8697f0254e3444f1e3758100c4f949'
else
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
'eaa56dce9bd8f1d195eb62596eab34c7'
fi
header_end

2
satellites/palemoon-ublock.sat

@ -1,5 +1,5 @@
name=uBlock
version=1.9.10 # TODO: Untested
version=1.9.12 # TODO: Untested
update_url="https://github.com/gorhill/$name/releases"
update_names="/download/$version/"

6
satellites/python3-setuptools.sat

@ -1,12 +1,12 @@
import 'compile/python'
name=setuptools
version=27.3.0
version=28.2.0
update_url="https://pypi.python.org/pypi/$name"
update_names="$name-$version.tar.gz#md5="
dlextract "https://pypi.python.org/packages/72/e1/741cd8c4825e58119481d8be4254c9cd133db50876b159cdf8cbd253fbb3/$name-$version.tar.gz" \
'2246eb4c511fa4b50003b10ea2a49d42'
dlextract "https://pypi.python.org/packages/fa/dd/e310aaaf1702516e12451d2d5eb78175587edc7fbeb1afd58263171e9384/$name-$version.tar.gz" \
'b2031092dcf317cdd140c6c200957c26'
header_end
cd "$name-$version"

4
satellites/wine.sat

@ -2,14 +2,14 @@ import 'compile/configure'
name=wine
majver=1.9
version=$majver.19
version=$majver.20
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" \
'd9d3794d7394b9a22f7514d63f3a95f1'
'8cdf98f6963089d368dfb55313d5d93f'
header_end
cd "$name-$version"

4
satellites/youtube-dl.sat

@ -1,11 +1,11 @@
import 'compile/python'
name=youtube-dl
version=2016.09.24
version=2016.10.02
update_url="http://rg3.github.io/$name/download.html"
dlextract "https://yt-dl.org/downloads/$version/$name-$version.tar.gz" \
'd20c8d554497040e37c70580bdb9c6f6'
'74bec24dad7f84fb0e755e771075a5ba'
header_end
cd "$name"

Loading…
Cancel
Save