network/opera: Updated for version 46.0.2597.32.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-07-02 08:42:57 +07:00 committed by Willy Sudiarto Raharjo
parent 87e717bc6b
commit 8ea69eabf2
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opera
VERSION=${VERSION:-46.0.2597.26}
VERSION=${VERSION:-46.0.2597.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,7 +70,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION}-${BITS}
mkdir -p $PRGNAM-${VERSION}
ar p $CWD/${SRCNAM}_${VERSION}_${BITS}.deb data.tar.xz | xz -dv | tar -xf- \
ar p $CWD/${SRCNAM}_${VERSION}_${BITS}.deb data.tar.xz | xz -d | tar -xvf- \
--transform="s,/lib/.*-linux-gnu,/lib$LIBDIRSUFFIX," \
--exclude="./usr/share/lintian" --exclude="./usr/share/menu" -C $PRGNAM-${VERSION}
cd $PRGNAM-${VERSION}

View File

@ -1,10 +1,10 @@
PRGNAM="opera"
VERSION="46.0.2597.26"
VERSION="46.0.2597.32"
HOMEPAGE="http://www.opera.com/browser/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download3.operacdn.com/pub/opera/desktop/46.0.2597.26/linux/opera-stable_46.0.2597.26_amd64.deb"
MD5SUM_x86_64="38f6a0d39ac4dc457d2485f1ab9e4a0d"
DOWNLOAD_x86_64="http://download3.operacdn.com/pub/opera/desktop/46.0.2597.32/linux/opera-stable_46.0.2597.32_amd64.deb"
MD5SUM_x86_64="8c76895f3aeea8d5ff2b9f9664b99133"
REQUIRES=""
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"