summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Cochrane2020-03-20 20:14:12 +1300
committerAdrian Cochrane2020-03-20 20:20:27 +1300
commit147931a7739bb7467cf7af9202e98c5f208339a8 (patch)
treeebff15b5ce59a9eec93ab761519082629e2728fc
parent8f0392cfe7f5b850becb88d391b26d873a0b8517 (diff)
downloadaur-147931a7739bb7467cf7af9202e98c5f208339a8.tar.gz
Release Odysseus 1.6.2, new logo & fix crash upon local files.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 127617ac5a6d..86c2ade3ef29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = odysseus
pkgdesc = Web browser for the open and decentralized web.
- pkgver = 1.6.0
+ pkgver = 1.6.2
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.5.18.tar.gz
- md5sums = 2b52fa472015433c5d14f9baded5382a
+ source = https://github.com/alcinnz/Odysseus/archive/1.6.2.tar.gz
+ md5sums = fcda51981ac286352d769666a7832fd7
pkgname = odysseus
diff --git a/PKGBUILD b/PKGBUILD
index 9637fd1d6419..f8198c2844e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Cochrane <alcinnz@lavabit.com>
pkgname=odysseus
-pkgver=1.6.1
+pkgver=1.6.2
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=(5118b35f491da1b7ad19b49565f6f15d) #autofill using updpkgsums
+md5sums=(fcda51981ac286352d769666a7832fd7) #autofill using updpkgsums
build() {
cd "Odysseus-$pkgver"