summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2020-02-27 22:04:06 +0100
committerTobias Borgert2020-02-27 22:04:06 +0100
commit596cc3ef94dea30f8f691e0dae34044069bdc41d (patch)
tree0a2670d3698e5c912dd552f8002ede62d3ae9d7a
parente9279341609e4b4348ea982d711070c50b918092 (diff)
downloadaur-596cc3ef94dea30f8f691e0dae34044069bdc41d.tar.gz
Update to version 20.02.03
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3baa1ee78e54..5b3154361365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swabiancoin
pkgdesc = SwabianCoin (SCN) is yet another cryptocurrency
- pkgver = 20.02.02
+ pkgver = 20.02.03
pkgrel = 1
url = https://www.swabiancoin.com
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = swabiancoin
depends = openssl
depends = curl
depends = gflags
- source = https://github.com/SwabianCoin/SwabianCoin/archive/v20.02.02.tar.gz
+ source = https://github.com/SwabianCoin/SwabianCoin/archive/v20.02.03.tar.gz
source = arch-linux-compat.diff
- sha256sums = 34d6837b1b8379dcf8a23dacdb0580c2681974e6ab42eb50a3b4ebe4a8e648f8
+ sha256sums = fbd9dc4debfd5fa3d815dd8594dbe5063b87c9f9073553c310cf345597f59ea5
sha256sums = f09b58c15426cc76ae26e5f88c01ff4b32ac2e7e1247dd06328f0b1c60e88167
pkgname = swabiancoin
diff --git a/PKGBUILD b/PKGBUILD
index 645ff7cd794e..d64b852b5e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=swabiancoin
_pkgname_source=SwabianCoin
-pkgver=20.02.02
+pkgver=20.02.03
pkgrel=1
pkgdesc="SwabianCoin (SCN) is yet another cryptocurrency"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('boost' 'openssl' 'curl' 'gflags')
makedepends=('cmake' 'gtest')
source=(https://github.com/SwabianCoin/SwabianCoin/archive/v$pkgver.tar.gz
arch-linux-compat.diff)
-sha256sums=('34d6837b1b8379dcf8a23dacdb0580c2681974e6ab42eb50a3b4ebe4a8e648f8'
+sha256sums=('fbd9dc4debfd5fa3d815dd8594dbe5063b87c9f9073553c310cf345597f59ea5'
'f09b58c15426cc76ae26e5f88c01ff4b32ac2e7e1247dd06328f0b1c60e88167')
prepare() {