diff options
-rw-r--r-- | network/opera/opera.SlackBuild | 4 | ||||
-rw-r--r-- | network/opera/opera.info | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index 8842600d30..6e86f1d629 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opera -VERSION=${VERSION:-89.0.4447.83} +VERSION=${VERSION:-105.0.4970.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -106,6 +106,8 @@ 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 + cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/opera/opera.info b/network/opera/opera.info index fb385fa7b3..c9f0a6940e 100644 --- a/network/opera/opera.info +++ b/network/opera/opera.info @@ -1,10 +1,10 @@ PRGNAM="opera" -VERSION="89.0.4447.83" +VERSION="105.0.4970.29" HOMEPAGE="https://www.opera.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://get.geo.opera.com/pub/opera/desktop/89.0.4447.83/linux/opera-stable_89.0.4447.83_amd64.deb" -MD5SUM_x86_64="32e1cc32b415076213cd85ff27655ad2" +DOWNLOAD_x86_64="https://get.geo.opera.com/pub/opera/desktop/105.0.4970.29/linux/opera-stable_105.0.4970.29.deb" +MD5SUM_x86_64="3be6f2d3be6bb89c8eb99c944f5c664b" REQUIRES="" -MAINTAINER="Edinaldo P. Silva" -EMAIL="edps.mundognu@gmail.com" +MAINTAINER="nobody" +EMAIL="nobody@nowhere.com" |