diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-09-10 02:16:30 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-09-10 02:16:30 +0000 |
commit | 98ff0f9cbcbd237a2c9c2f347090743051d4b757 (patch) | |
tree | 0ac2a57d7c75de0693cd93d0b89d0d423b83fd0d /www/otter-browser/Makefile | |
parent | f14b442377217b7b112cec5d50bd2e3a282a4816 (diff) | |
download | pkgsrc-98ff0f9cbcbd237a2c9c2f347090743051d4b757.tar.gz |
otter-browser: update to 1.0.03
Upstream summary:
updated QtWebEngine to (silently) breaking upstream changes;
updated translations;
some other backports.
Known issues:
new browsing history backend does not store favicons yet.
Diffstat (limited to 'www/otter-browser/Makefile')
-rw-r--r-- | www/otter-browser/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index e2ad9775963..af1bba8b751 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2022/07/02 16:53:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2022/09/10 02:16:30 gutteridge Exp $ -DISTNAME= otter-browser-1.0.02 -PKGREVISION= 8 +DISTNAME= otter-browser-1.0.03 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=OtterBrowser/} GITHUB_TAG= v${PKGVERSION_NOREV} |