summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2018-12-16 01:24:24 +0300
committerKirill Goncharov2018-12-16 01:24:32 +0300
commit06af424e4adccda6e886a15bd3cd72c49ca9ac65 (patch)
treea2a799c0da68b6228cc9b93da4c959b46768efc0
parent846afe5a2792602b46687a2a56d0d5b122a9696a (diff)
downloadaur-06af424e4adccda6e886a15bd3cd72c49ca9ac65.tar.gz
Version 1.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e275011fa3..9bec594ffc4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Privacy focused, ZeroLink compliant Bitcoin wallet
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://wasabiwallet.io/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = wasabi-wallet-bin
conflicts = wasabi-wallet
options = !strip
options = staticlibs
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.0.2/WasabiLinux-1.0.2.tar.gz
- source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.0.2/WasabiLinux-1.0.2.tar.gz.asc
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.0.3/WasabiLinux-1.0.3.tar.gz
+ source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.0.3/WasabiLinux-1.0.3.tar.gz.asc
validpgpkeys = 21D7CA45565DBCCEBE45115DB4B72266C47E075E
- sha256sums = f8007eab95075e3ae6773cf5357a526770a823911b5b9b5a8bc6e104ea0880df
- sha256sums = 74387afca4ebe33169f5d5eec41e7d58bac9bda92754344500edacf5490ec025
+ sha256sums = da0c4bbcfbfd160e08120e40e2d96c0a103878ef90210e074a10f6a0bbe7e198
+ sha256sums = SKIP
pkgname = wasabi-wallet-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ed9fa3dcdcc2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src
+pkg
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 714d8bb41d20..07d997767872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kirill Goncharov <kdgoncharov at gmail dot com>
pkgname=wasabi-wallet-bin
_pkgname=wasabi-wallet
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Privacy focused, ZeroLink compliant Bitcoin wallet"
arch=('x86_64')
@@ -14,10 +14,8 @@ source=(
"https://github.com/zkSNACKs/WalletWasabi/releases/download/v${pkgver}/WasabiLinux-${pkgver}.tar.gz"
"https://github.com/zkSNACKs/WalletWasabi/releases/download/v${pkgver}/WasabiLinux-${pkgver}.tar.gz.asc"
)
-sha256sums=(
- "f8007eab95075e3ae6773cf5357a526770a823911b5b9b5a8bc6e104ea0880df"
- "74387afca4ebe33169f5d5eec41e7d58bac9bda92754344500edacf5490ec025"
-)
+sha256sums=('da0c4bbcfbfd160e08120e40e2d96c0a103878ef90210e074a10f6a0bbe7e198'
+ 'SKIP')
# Run gpg --keyserver pool.sks-keyservers.net --recv-keys B4B72266C47E075E
validpgpkeys=('21D7CA45565DBCCEBE45115DB4B72266C47E075E')