multimedia/vivaldi-codecs-ffmpeg-extra: Updated for v 64.0.3282.140.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f0be4fb796
commit
8cc367ba2b
|
@ -10,3 +10,6 @@ For tests, go to:
|
|||
* https://html5test.com
|
||||
* https://www.youtube.com/html5
|
||||
* http://www.quirksmode.org/html5/tests/video.html
|
||||
|
||||
Source download for ARM is
|
||||
http://launchpadlibrarian.net/355638799/chromium-codecs-ffmpeg-extra_64.0.3282.140-0ubuntu1_armhf.deb
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="vivaldi-codecs-ffmpeg-extra"
|
||||
VERSION=${VERSION:-64.0.3282.119}
|
||||
VERSION=${VERSION:-64.0.3282.140}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -39,6 +39,7 @@ fi
|
|||
case "$ARCH" in
|
||||
i?86) BITS="i386" ;;
|
||||
x86_64) BITS="amd64" ;;
|
||||
arm*) BITS="armhf" ;;
|
||||
*) echo "$ARCH is not supported."
|
||||
exit 1 ;;
|
||||
esac
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vivaldi-codecs-ffmpeg-extra"
|
||||
VERSION="64.0.3282.119"
|
||||
VERSION="64.0.3282.140"
|
||||
HOMEPAGE="https://gist.github.com/ruario/bec42d156d30affef655"
|
||||
DOWNLOAD="http://launchpadlibrarian.net/354846038/chromium-codecs-ffmpeg-extra_64.0.3282.119-0ubuntu1_i386.deb"
|
||||
MD5SUM="d75b91083b1318d743450c4d35bb4281"
|
||||
DOWNLOAD_x86_64="http://launchpadlibrarian.net/354806462/chromium-codecs-ffmpeg-extra_64.0.3282.119-0ubuntu1_amd64.deb"
|
||||
MD5SUM_x86_64="d3a150846219ee23671eac1ef9c9918e"
|
||||
DOWNLOAD="http://launchpadlibrarian.net/355596018/chromium-codecs-ffmpeg-extra_64.0.3282.140-0ubuntu1_i386.deb"
|
||||
MD5SUM="fdc2e56f1211391fabfd658ef8372f43"
|
||||
DOWNLOAD_x86_64="http://launchpadlibrarian.net/355562767/chromium-codecs-ffmpeg-extra_64.0.3282.140-0ubuntu1_amd64.deb"
|
||||
MD5SUM_x86_64="9568699e6dfb7e0d1f850b90d35d8543"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in New Issue