diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2022-08-12 22:06:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-12 22:06:19 +0700 |
commit | b0496c92d9c04b7ff54eb5c7c9dcbdefc4ee3245 (patch) | |
tree | 9efd7eea9b516c73654d876a4dc0bf6d72a427ad /network/vivaldi | |
parent | cd3ab535a6c42b96a874318880056492e48741e8 (diff) |
network/vivaldi: Updated for version 5.4.2753.31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/vivaldi')
-rw-r--r-- | network/vivaldi/vivaldi.SlackBuild | 5 | ||||
-rw-r--r-- | network/vivaldi/vivaldi.info | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/network/vivaldi/vivaldi.SlackBuild b/network/vivaldi/vivaldi.SlackBuild index f58869e3b802..68c45b9a5c54 100644 --- a/network/vivaldi/vivaldi.SlackBuild +++ b/network/vivaldi/vivaldi.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vivaldi -VERSION=${VERSION:-5.3.2679.70} +VERSION=${VERSION:-5.4.2753.31} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/vivaldi/vivaldi.info b/network/vivaldi/vivaldi.info index 9f0105d4a723..a8a3a5610236 100644 --- a/network/vivaldi/vivaldi.info +++ b/network/vivaldi/vivaldi.info @@ -1,12 +1,12 @@ PRGNAM="vivaldi" -VERSION="5.3.2679.70" +VERSION="5.4.2753.31" HOMEPAGE="https://vivaldi.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://downloads.vivaldi.com/stable/vivaldi-stable_5.3.2679.70-1_amd64.deb \ - https://update.vivaldi.com/update/1.0/relnotes/5.3.2679.70.html" -MD5SUM_x86_64="930e004984561e6dc17ac5d9c7dfe4d9 \ - dc59d0c75d4b2afcbc3ca793023ae53a" +DOWNLOAD_x86_64="https://downloads.vivaldi.com/stable/vivaldi-stable_5.4.2753.31-1_amd64.deb \ + https://update.vivaldi.com/update/1.0/relnotes/5.4.2753.31.html" +MD5SUM_x86_64="458e84997fafa4a4a4c9e06a27ea9b04 \ + 2a8473c8683178c61baec1eb5c56f5b3" REQUIRES="" MAINTAINER="Ruari Oedegaard" EMAIL="sbo@ruari.com" |