summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032020-10-27 18:04:48 -0400
committerjahway6032020-10-27 18:04:48 -0400
commit2b2244e9a57e051ec8597f7cb89b7f8cd29d3b62 (patch)
treea927a75e080cdcde3baf8f7299726458efdf27bb
parent73588aac308329726b1659fdb44a36be7e19c721 (diff)
downloadaur-2b2244e9a57e051ec8597f7cb89b7f8cd29d3b62.tar.gz
Update to v3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486fbe87cd59..00c20b48001e 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.1
+ pkgver = 3.5.2
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.1.tar.xz::https://github.com/MyHush/hush3/releases/download/v3.5.1/hush-3.5.1-linux-amd64.tar.xz
- sha256sums = ba83e5de34dfb3b60154d1fa4dbed35a570c5201ed4e6c8867c12e8c11a85d91
+ source = hush3-bin-3.5.2.tar.xz::https://github.com/MyHush/hush3/releases/download/v3.5.2/hush-3.5.2-linux-amd64.tar.xz
+ sha256sums = eb12ace9223de5b4e3d52e7733c98eaca929e316d004aca3937d5ff9a31e43f1
pkgname = hush3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0582b28d023b..f522557f93c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jah Way <jahway603 at protonmail dot com>
pkgname=hush3-bin
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc='HUSH (fork of KMD) full node that supports zaddrs'
url='http://github.com/MyHush/hush3'
@@ -11,7 +11,7 @@ depends=('libsodium' 'lib32-zlib')
makedepends=('wget' 'git' 'curl')
conflicts=('hush3')
source=("$pkgname-$pkgver.tar.xz::https://github.com/MyHush/hush3/releases/download/v$pkgver/hush-$pkgver-linux-amd64.tar.xz")
-sha256sums=('ba83e5de34dfb3b60154d1fa4dbed35a570c5201ed4e6c8867c12e8c11a85d91')
+sha256sums=('eb12ace9223de5b4e3d52e7733c98eaca929e316d004aca3937d5ff9a31e43f1')
build() {
tar -xvf $pkgname-$pkgver.tar.xz