summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2018-03-26 04:11:11 +0700
committerLev Lybin2018-03-26 04:11:11 +0700
commit66f12afe81488a97dbbec89ba9e29ad8cd564547 (patch)
treefda6bf947c68dfdc8f2575e868ebfd45349311fb /PKGBUILD
parentd87bf7c6574c6599c81265dfef7ddd95c98782f2 (diff)
downloadaur-66f12afe81488a97dbbec89ba9e29ad8cd564547.tar.gz
upgpkg 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbcd49e584f9..ac9e595f8476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
pkgname=burstcoin-wallet
_realname=burstcoin
-pkgver=2.0.0
+pkgver=2.0.1
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"
license=('GPL3')
options=('!strip')
-backup=(opt/burstcoin-wallet/conf/{logging-default.properties,nxt-default.properties,brs-default.properties})
+backup=(opt/burstcoin-wallet/conf/{logging-default.properties,brs-default.properties})
depends=('java-runtime-common' 'java-runtime>=8')
source=(https://github.com/PoC-Consortium/burstcoin/releases/download/${pkgver}/burstcoin-${pkgver}.zip
burstcoin-wallet.service
)
-md5sums=('64ec7530d98e8594c9622c2ec44f3bc2'
- 'ffc739247043a0b48b51278666fb095a')
+sha256sums=('e5007c422808489a6cdb0502378ad5b423d731e3686db641f30d1d33c74a720a'
+ '677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585')
package() {
install -dm755 $pkgdir/usr/lib/systemd/system