diff --git a/satellites/ffmpeg.sat b/satellites/ffmpeg.sat index 5e51e91..90f5993 100644 --- a/satellites/ffmpeg.sat +++ b/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" diff --git a/satellites/hostapd.sat b/satellites/hostapd.sat index 094f5b6..13347d6 100644 --- a/satellites/hostapd.sat +++ b/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 diff --git a/satellites/palemoon-ublock.sat b/satellites/palemoon-ublock.sat index 389480b..fad98d1 100644 --- a/satellites/palemoon-ublock.sat +++ b/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/" diff --git a/satellites/python3-setuptools.sat b/satellites/python3-setuptools.sat index b705952..b105d5a 100644 --- a/satellites/python3-setuptools.sat +++ b/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" diff --git a/satellites/wine.sat b/satellites/wine.sat index 275a67e..9f7543b 100644 --- a/satellites/wine.sat +++ b/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" diff --git a/satellites/youtube-dl.sat b/satellites/youtube-dl.sat index 4b7faca..2e664db 100644 --- a/satellites/youtube-dl.sat +++ b/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"