Update vlc-nightly to 4.0.0v20180915

This commit is contained in:
Martchus 2018-09-15 18:14:18 +02:00
parent 2a2ef3ba4e
commit 0fb425a2f2
2 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
_appname_=vlc
pkgname=${_appname_}-nightly
pkgver=4.0.0v20180907
pkgver=4.0.0v20180915
_pkgver=4.0.0
_snapshot_=20180907
_snapver_=0230
_snapshot_=20180915
_snapver_=0232
_suffix_=dev
_nightly_=${_snapshot_}-${_snapver_}
pkgrel=1

View File

@ -10,7 +10,7 @@ srcurl='http://nightlies.videolan.org/build/source/'
srclist=$(curl "$srcurl")
msg 'Find latest nightly'
fileregex='.*(<a\ +href=\")([^\"]+)(\">)'
fileregex='(<a\ +href=\")(vlc-[^\"]+)(\">)'
if ! [[ $srclist =~ $fileregex ]]; then
echo 'No source found'
exit -1