summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2020-08-05 13:17:04 +0300
committerKirill Goncharov2020-08-05 13:17:04 +0300
commit6cac17da6e85f5db5b81170fb6f0cbff9f87f880 (patch)
tree6189e630ba586f5d2d537e2e0e61a0391cd2b21a
parentffd79c98609b46cec0382aa16b1974b4f8b3b759 (diff)
downloadaur-6cac17da6e85f5db5b81170fb6f0cbff9f87f880.tar.gz
Version 1.1.12
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b906d05400b..646d23eabf58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Open-source, non-custodial, privacy-focused Bitcoin wallet for desktop
- pkgver = 1.1.11.1
- pkgrel = 2
+ pkgver = 1.1.12
+ 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.11.1/Wasabi-1.1.11.1.deb
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.11.1/Wasabi-1.1.11.1.deb.asc
- source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v1.1.11.1/LICENSE.md
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.12/Wasabi-1.1.12.deb
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.12/Wasabi-1.1.12.deb.asc
+ source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v1.1.12/LICENSE.md
validpgpkeys = 6FB3872B5D42292F59920797856348328949861E
- sha256sums = 6ca1f54a6f9a990a0c2fc0934c827ce59ab68113ec48c6ee83174ff3f0400e0d
+ sha256sums = 62b096b60d9fadd7a62cc26544e024864cdbcddc23ec8292e28e29e62f5c8fbb
sha256sums = SKIP
sha256sums = 004c3b81aba48d2db36776e5aaec51ffd852cc806c18d327e76fdeddeee2683c
diff --git a/PKGBUILD b/PKGBUILD
index aff978b9434e..c5375d4e63a4 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.11.1
-pkgrel=2
+pkgver=1.1.12
+pkgrel=1
pkgdesc="Open-source, non-custodial, privacy-focused Bitcoin wallet for desktop"
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=('6ca1f54a6f9a990a0c2fc0934c827ce59ab68113ec48c6ee83174ff3f0400e0d'
+sha256sums=('62b096b60d9fadd7a62cc26544e024864cdbcddc23ec8292e28e29e62f5c8fbb'
'SKIP'
'004c3b81aba48d2db36776e5aaec51ffd852cc806c18d327e76fdeddeee2683c')
# Run curl https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/master/PGP.txt | gpg --import