summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-03-29 01:22:24 +0700
committerLev Lybin2018-03-29 01:22:24 +0700
commitc7cd17bc5fc9aea21d72ad7bcc3d44ff7a03a422 (patch)
treedd25e11ee4c367bc1c7b31923ae9ea8a40137f52
parent66f12afe81488a97dbbec89ba9e29ad8cd564547 (diff)
downloadaur-c7cd17bc5fc9aea21d72ad7bcc3d44ff7a03a422.tar.gz
upgpkg 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e420c36a5f..234bc0249022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 25 21:10:56 UTC 2018
+# Wed Mar 28 18:21:53 UTC 2018
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.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/PoC-Consortium/burstcoin
arch = i686
@@ -13,9 +13,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.1/burstcoin-2.0.1.zip
+ source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.0.2/burstcoin-2.0.2.zip
source = burstcoin-wallet.service
- sha256sums = e5007c422808489a6cdb0502378ad5b423d731e3686db641f30d1d33c74a720a
+ sha256sums = 5a4d966d9938a3c163a79d893d93829b026a2f5d88f3a4c374b4a203a5569b80
sha256sums = 677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585
pkgname = burstcoin-wallet
diff --git a/PKGBUILD b/PKGBUILD
index ac9e595f8476..cdf6da59927f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=burstcoin-wallet
_realname=burstcoin
-pkgver=2.0.1
+pkgver=2.0.2
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')
@@ -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=('e5007c422808489a6cdb0502378ad5b423d731e3686db641f30d1d33c74a720a'
+sha256sums=('5a4d966d9938a3c163a79d893d93829b026a2f5d88f3a4c374b4a203a5569b80'
'677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585')
package() {