summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2019-09-13 14:19:06 +0300
committerKirill Goncharov2019-09-13 14:19:06 +0300
commitdd46e95829997821550e43fd35269b0cdc08cc47 (patch)
treedf3bb8b4531d9331371df85149ab463e0ec5efed
parent56aaed8f5e06205eac9569ee8e70c6ec837ce973 (diff)
downloadaur-dd46e95829997821550e43fd35269b0cdc08cc47.tar.gz
Version 1.1.8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeda0a651646..b12de245253f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Privacy focused, ZeroLink compliant Bitcoin wallet
- pkgver = 1.1.7
- pkgrel = 2
+ pkgver = 1.1.8
+ pkgrel = 1
url = https://wasabiwallet.io/
arch = x86_64
license = MIT
@@ -12,11 +12,11 @@ pkgbase = wasabi-wallet-bin
conflicts = wasabi-wallet
options = !strip
options = staticlibs
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.7/Wasabi-1.1.7.deb
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.7/Wasabi-1.1.7.deb.asc
- source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v1.1.7/LICENSE.md
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.8/Wasabi-1.1.8.deb
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.8/Wasabi-1.1.8.deb.asc
+ source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v1.1.8/LICENSE.md
validpgpkeys = 6FB3872B5D42292F59920797856348328949861E
- sha256sums = 1d1eafdd68bf0e1aa75e763a56b68b77d2bf384b49b6fb3bb20f3629c7d86629
+ sha256sums = 2850b51e5fa4b0ab70fbe12cc84efc823c81d9679d5e32149544d6706c65edf8
sha256sums = SKIP
sha256sums = 6a9baff873bf6e94c289047810e5c6954657cba1c5d46925691a9c2d3872ced0
diff --git a/PKGBUILD b/PKGBUILD
index 4491293caef7..be6adaa66038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kirill Goncharov <kdgoncharov at gmail dot com>
pkgname=wasabi-wallet-bin
_pkgname=wasabi-wallet
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
pkgdesc="Privacy focused, ZeroLink compliant Bitcoin wallet"
arch=('x86_64')
options=(!strip staticlibs)
@@ -16,7 +16,7 @@ source=(
"https://github.com/zkSNACKs/WalletWasabi/releases/download/v${pkgver}/Wasabi-${pkgver}.deb.asc"
"https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v${pkgver}/LICENSE.md"
)
-sha256sums=('1d1eafdd68bf0e1aa75e763a56b68b77d2bf384b49b6fb3bb20f3629c7d86629'
+sha256sums=('2850b51e5fa4b0ab70fbe12cc84efc823c81d9679d5e32149544d6706c65edf8'
'SKIP'
'6a9baff873bf6e94c289047810e5c6954657cba1c5d46925691a9c2d3872ced0')
# Run curl https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/master/PGP.txt | gpg --import