summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-01-13 20:15:58 +0700
committerLev Lybin2018-01-13 20:15:58 +0700
commitb19761df91f117bf2f2a5d421f054eedd183a010 (patch)
tree714add8d29d5f3ccba5df7e31aaf3e20877bc0e1
parentd0436817c0126864161bada189e734107ce606ee (diff)
downloadaur-b19761df91f117bf2f2a5d421f054eedd183a010.tar.gz
fix md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1fd6f3d72bf..a3885e544e4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 18:30:54 UTC 2018
+# Sat Jan 13 13:15:26 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 = 1.3.6cg
@@ -14,7 +14,7 @@ pkgbase = burstcoin-wallet
backup = opt/burstcoin-wallet/conf/nxt-default.properties
source = https://github.com/PoC-Consortium/burstcoin/releases/download/1.3.6cg/burstcoin-1.3.6cg.zip
source = burstcoin-wallet.service
- md5sums = 1141371b2e3d08a4ca33f2483202351a
+ md5sums = b55ee43aa101abf7d13e4251e6ebb2ae
md5sums = ffc739247043a0b48b51278666fb095a
pkgname = burstcoin-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 77eb2c52c696..2480ad6d7453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('java-runtime-common' 'java-runtime>=8')
source=(https://github.com/PoC-Consortium/burstcoin/releases/download/${pkgver}/burstcoin-${pkgver}.zip
burstcoin-wallet.service
)
-md5sums=('1141371b2e3d08a4ca33f2483202351a'
+md5sums=('b55ee43aa101abf7d13e4251e6ebb2ae'
'ffc739247043a0b48b51278666fb095a')
package() {