summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032020-10-06 21:09:21 -0400
committerjahway6032020-10-06 21:09:21 -0400
commit73588aac308329726b1659fdb44a36be7e19c721 (patch)
tree61f112bf9f38e6516098af5d895e62cbeb943595
parent4be5ff0fb20117aa5a84f2a70e75115893245838 (diff)
downloadaur-73588aac308329726b1659fdb44a36be7e19c721.tar.gz
Update to v3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3efae85b265b..486fbe87cd59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hush3-bin
pkgdesc = HUSH (fork of KMD) full node that supports zaddrs
- pkgver = 3.5.0
+ pkgver = 3.5.1
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 = 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
+ source = hush3-bin-3.5.1.tar.xz::https://github.com/MyHush/hush3/releases/download/v3.5.1/hush-3.5.1-linux-amd64.tar.xz
+ sha256sums = ba83e5de34dfb3b60154d1fa4dbed35a570c5201ed4e6c8867c12e8c11a85d91
pkgname = hush3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13d226968554..0582b28d023b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jah Way <jahway603 at protonmail dot com>
pkgname=hush3-bin
-pkgver=3.5.0
+pkgver=3.5.1
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=("$pkgname-$pkgver.tar.gz::https://github.com/MyHush/hush3/releases/download/v$pkgver/hush-$pkgver-linux-amd64.tar.gz")
-sha256sums=('6a43ea10b2bf9cd8a719733db7e283a50d7af014cc644be1aa3e6b1b8282233d')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/MyHush/hush3/releases/download/v$pkgver/hush-$pkgver-linux-amd64.tar.xz")
+sha256sums=('ba83e5de34dfb3b60154d1fa4dbed35a570c5201ed4e6c8867c12e8c11a85d91')
build() {
- tar xzvf $pkgname-$pkgver.tar.gz
+ tar -xvf $pkgname-$pkgver.tar.xz
}
package() {