diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-05-28 17:20:23 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 16:45:57 +0700 |
commit | acf060cd5fe71bdee8fb5c41e21f59a47b2b3e1a (patch) | |
tree | 24544074bfca05dfd388721e7c50103fd69cf59b /network/opera | |
parent | 046991048cd130b91fcd8cde769e88cba6af0d5a (diff) |
network/opera: Updated for version 110.0.5130.49.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/opera')
-rw-r--r-- | network/opera/opera.SlackBuild | 4 | ||||
-rw-r--r-- | network/opera/opera.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index f869563ffd14d..6afdaef39c33f 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opera -VERSION=${VERSION:-110.0.5130.39} +VERSION=${VERSION:-110.0.5130.49} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -107,7 +107,7 @@ install -Dm644 $CWD/eula.html $PKG/usr/share/licenses/$PRGNAM/eula.html install -Dm644 $CWD/terms.html $PKG/usr/share/licenses/$PRGNAM/terms.html install -Dm644 $CWD/privacy.html $PKG/usr/share/licenses/$PRGNAM/privacy.html -sed -i '/^TargetEnvironment/d' $PKG/usr/share/applications/$PRGNAM.desktop +sed -i '/^TargetEnvironment/d' $PKG/usr/share/applications/$PRGNAM.desktop cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/opera/opera.info b/network/opera/opera.info index 1cd7aaf73cdd8..e8128fa7be7d1 100644 --- a/network/opera/opera.info +++ b/network/opera/opera.info @@ -1,10 +1,10 @@ PRGNAM="opera" -VERSION="110.0.5130.39" +VERSION="110.0.5130.49" HOMEPAGE="https://www.opera.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://get.geo.opera.com/pub/opera/desktop/110.0.5130.39/linux/opera-stable_110.0.5130.39_amd64.deb" -MD5SUM_x86_64="9fe3e161387f750f3333670a9a5d7fa3" +DOWNLOAD_x86_64="https://get.geo.opera.com/pub/opera/desktop/110.0.5130.49/linux/opera-stable_110.0.5130.49_amd64.deb" +MD5SUM_x86_64="5ee12d6687a3ff735fb85cf907c533e9" REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="dslackw@gmail.com" |