mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/flashplayer-plugin: Updated for version 32.0.0.114.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
2bee5800fd
commit
fde171b9aa
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2010-2018 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# Copyright 2010-2019 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flashplayer-plugin
|
||||
VERSION=${VERSION:-32.0.0.101}
|
||||
VERSION=${VERSION:-32.0.0.114}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="flashplayer-plugin"
|
||||
VERSION="32.0.0.101"
|
||||
VERSION="32.0.0.114"
|
||||
HOMEPAGE="https://get.adobe.com/flashplayer/"
|
||||
DOWNLOAD="https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.101/flash_player_npapi_linux.i386.tar.gz"
|
||||
MD5SUM="5f9c6a584340f063a7a46eed6e222007"
|
||||
DOWNLOAD_x86_64="https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.101/flash_player_npapi_linux.x86_64.tar.gz"
|
||||
MD5SUM_x86_64="dce1cb23cf104e8e9aaba6d217efe884"
|
||||
DOWNLOAD="https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.114/flash_player_npapi_linux.i386.tar.gz"
|
||||
MD5SUM="2fbff32fdf124aa1fd34f8a66761f26d"
|
||||
DOWNLOAD_x86_64="https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.114/flash_player_npapi_linux.x86_64.tar.gz"
|
||||
MD5SUM_x86_64="218682a72df53d3d0f5071802c198eb2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue