summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Cochrane2020-03-31 15:17:47 +1300
committerAdrian Cochrane2020-03-31 15:17:47 +1300
commit8d3a8839003edef8aa58c4e9c144f93bbe704de7 (patch)
tree87a8487fc6a20bd5257df8e15bc5fdc68ea29167
parentcff78a4a4f8991efb588e59443dc1c841713607b (diff)
downloadaur-8d3a8839003edef8aa58c4e9c144f93bbe704de7.tar.gz
Release Odysseus 1.6.3!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86c2ade3ef29..8067a533ef6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = odysseus
pkgdesc = Web browser for the open and decentralized web.
- pkgver = 1.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://odysseus.adrian.geek.nz
arch = i686
@@ -19,8 +19,8 @@ pkgbase = odysseus
depends = gettext
optdepends = archlinux-appstream-data: compatible app recommendations for hyperlinks
optdepends = html-xml-utils: webfeed autodiscovery
- source = https://github.com/alcinnz/Odysseus/archive/1.6.2.tar.gz
- md5sums = fcda51981ac286352d769666a7832fd7
+ source = https://github.com/alcinnz/Odysseus/archive/1.6.3.tar.gz
+ md5sums = 4e7331f93c97e5890f31bb8427803a4f
pkgname = odysseus
diff --git a/PKGBUILD b/PKGBUILD
index f8198c2844e9..2bf201e84bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Cochrane <alcinnz@lavabit.com>
pkgname=odysseus
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
pkgdesc="Web browser for the open and decentralized web."
url="https://odysseus.adrian.geek.nz"
@@ -26,7 +26,7 @@ optdepends=(
'html-xml-utils: webfeed autodiscovery'
)
source=(https://github.com/alcinnz/Odysseus/archive/$pkgver.tar.gz)
-md5sums=(fcda51981ac286352d769666a7832fd7) #autofill using updpkgsums
+md5sums=(4e7331f93c97e5890f31bb8427803a4f) #autofill using updpkgsums
build() {
cd "Odysseus-$pkgver"