summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3019fd34ede8..99a2b155d8e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Open-source, non-custodial, privacy-focused Bitcoin wallet for desktop
- pkgver = 2.0.0.0
+ pkgver = 2.0.1.0
pkgrel = 2
url = https://wasabiwallet.io/
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = wasabi-wallet-bin
conflicts = wasabi-wallet
options = !strip
options = staticlibs
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.0.0/Wasabi-2.0.0.deb
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.0.0/Wasabi-2.0.0.deb.asc
- source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v2.0.0.0/LICENSE.md
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.1.0/Wasabi-2.0.1.deb
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v2.0.1.0/Wasabi-2.0.1.deb.asc
+ source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v2.0.1.0/LICENSE.md
validpgpkeys = 6FB3872B5D42292F59920797856348328949861E
- sha256sums = fe9aac95eca9c9bb77f09c30000714a8fe418793e94e102202708f0db91ce066
+ sha256sums = cee6ee4b6ccce276157871894ab3bb6c711c869d6f229665a19f4ac507d0bd12
sha256sums = SKIP
sha256sums = cc774dc7850f7d097c1a5a987e2d7c89f8fa979e1f20dd8ac7905e6d1c5ec392
diff --git a/PKGBUILD b/PKGBUILD
index 8e7accee5906..0febbbe5f168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=wasabi-wallet-bin
_pkgname=wasabi-wallet
-pkgver=2.0.0.0
-_pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1.0
+_pkgver=2.0.1
+pkgrel=1
pkgdesc="Open-source, non-custodial, privacy-focused Bitcoin wallet for desktop"
arch=('x86_64')
options=(!strip staticlibs)
@@ -18,7 +18,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=('fe9aac95eca9c9bb77f09c30000714a8fe418793e94e102202708f0db91ce066'
+sha256sums=('cee6ee4b6ccce276157871894ab3bb6c711c869d6f229665a19f4ac507d0bd12'
'SKIP'
'cc774dc7850f7d097c1a5a987e2d7c89f8fa979e1f20dd8ac7905e6d1c5ec392')
# Run curl https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/master/PGP.txt | gpg --import