summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-05-30 20:36:57 +0700
committerLev Lybin2018-05-30 20:36:57 +0700
commitbdab2dda25a330598b7690dc9ccffcaca1beecac (patch)
treef1d3a761ab6a41559d54bae4e88e4e39d9f39081
parent9ac46bba57f743ad7cf09c8dac9384c010fa89ba (diff)
downloadaur-bdab2dda25a330598b7690dc9ccffcaca1beecac.tar.gz
upgpkg: burstcoin-wallet 2.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c72b3faac8..5f99837ccf61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = burstcoin-wallet
pkgdesc = The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm.
- pkgver = 2.0.4
- pkgrel = 3
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/PoC-Consortium/burstcoin
arch = i686
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = burstcoin-wallet
options = !strip
backup = opt/burstcoin-wallet/conf/logging-default.properties
backup = opt/burstcoin-wallet/conf/brs-default.properties
- source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.0.4/burstcoin-2.0.4.zip
+ source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.2.0/burstcoin-2.2.0.zip
source = burstcoin-wallet.service
- sha256sums = bf9b701f7a6d3ba111ebc060596c18aac61bfab501b9f59b08153115bfcf0d82
+ sha256sums = 84ebfd9483d7c89089d04e706874c02f46a1f8e66480b9efd6f37f35347f4e53
sha256sums = 677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585
pkgname = burstcoin-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 26f6654bfd5c..b315693f76e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=burstcoin-wallet
_realname=burstcoin
-pkgver=2.0.4
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm."
arch=('i686' 'x86_64')
url="https://github.com/PoC-Consortium/burstcoin"
@@ -15,7 +15,7 @@ depends=('java-runtime-common' 'java-runtime>=8')
source=(https://github.com/PoC-Consortium/burstcoin/releases/download/${pkgver}/burstcoin-${pkgver}.zip
burstcoin-wallet.service
)
-sha256sums=('bf9b701f7a6d3ba111ebc060596c18aac61bfab501b9f59b08153115bfcf0d82'
+sha256sums=('84ebfd9483d7c89089d04e706874c02f46a1f8e66480b9efd6f37f35347f4e53'
'677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585')
package() {