summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032020-09-25 19:23:04 -0400
committerjahway6032020-09-25 19:23:04 -0400
commit4be5ff0fb20117aa5a84f2a70e75115893245838 (patch)
treef96b795e0f022b071a0a89198e03cc83468feb8a
parentc03f5c5809a58db269efe59bcfbff91dd4cffb43 (diff)
downloadaur-4be5ff0fb20117aa5a84f2a70e75115893245838.tar.gz
Update to v3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9ffa4af397..3efae85b265b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hush3-bin
pkgdesc = HUSH (fork of KMD) full node that supports zaddrs
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = http://github.com/MyHush/hush3
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = hush3-bin
depends = libsodium
depends = lib32-zlib
conflicts = hush3
- source = https://github.com/MyHush/hush3/releases/download/v3.4.0/hush-3.4.0-linux.tar.xz
- sha256sums = 106488b385571225b9fa4e029d240e52560be762098ec32b2315824bc3bb202c
+ source = hush3-bin-3.5.0.tar.gz::https://github.com/MyHush/hush3/releases/download/v3.5.0/hush-3.5.0-linux-amd64.tar.gz
+ sha256sums = 6a43ea10b2bf9cd8a719733db7e283a50d7af014cc644be1aa3e6b1b8282233d
pkgname = hush3-bin
diff --git a/PKGBUILD b/PKGBUILD
index eb4c6a5a02d4..13d226968554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jah Way <jahway603 at protonmail dot com>
pkgname=hush3-bin
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc='HUSH (fork of KMD) full node that supports zaddrs'
url='http://github.com/MyHush/hush3'
@@ -10,11 +10,11 @@ license=('GPL3')
depends=('libsodium' 'lib32-zlib')
makedepends=('wget' 'git' 'curl')
conflicts=('hush3')
-source=("https://github.com/MyHush/hush3/releases/download/v$pkgver/hush-$pkgver-linux.tar.xz")
-sha256sums=('106488b385571225b9fa4e029d240e52560be762098ec32b2315824bc3bb202c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MyHush/hush3/releases/download/v$pkgver/hush-$pkgver-linux-amd64.tar.gz")
+sha256sums=('6a43ea10b2bf9cd8a719733db7e283a50d7af014cc644be1aa3e6b1b8282233d')
build() {
- tar -xvf hush-$pkgver-linux.tar.xz
+ tar xzvf $pkgname-$pkgver.tar.gz
}
package() {