summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2019-03-05 02:49:37 +0700
committerLev Lybin2019-03-05 02:49:37 +0700
commit39b8a74ee988b07e23dd9419a9e76aa296717f49 (patch)
tree1a59c2c08a0ebf26676b618ebc03b3159f897400
parentb308028b86b323499b3a5da0f833ec82b6e5ac78 (diff)
downloadaur-39b8a74ee988b07e23dd9419a9e76aa296717f49.tar.gz
upgpkg: burstcoin-wallet 2.3.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--burstcoin-wallet.install2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd6085456ede..fc27b0967f57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.2.7
+ pkgver = 2.3.0
pkgrel = 1
- url = https://github.com/PoC-Consortium/burstcoin
+ url = https://github.com/burst-apps-team/burstcoin
install = burstcoin-wallet.install
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = burstcoin-wallet
options = !emptydirs
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.2.7/burstcoin-2.2.7.zip
+ source = https://github.com/burst-apps-team/burstcoin/releases/download/v2.3.0/burstcoin-2.3.0.zip
source = burstcoin-wallet.service
source = burstcoin-wallet.desktop
- sha256sums = 3fd84d68207d5bdcf429c9f43cbb450f84780a2b06abff55784262dff5a30bc5
+ sha256sums = 21afa3be8971ad491b5aabc775263710a93fd767b2448d0074360c9587204ed6
sha256sums = ffb9c5431f65485b2c08b4ca6c2b68b3c2001961b22ed4a66c528ed26bcb2dae
sha256sums = 44b494c86b4f8d7eeba365e83586e129543ceb67bc92a7b19df00918a8505865
diff --git a/PKGBUILD b/PKGBUILD
index 0eeb7e4b1f2b..10d8d83fcab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
# Contributor: Lev Lybin <lev.lybin@gmail.com>
pkgname=burstcoin-wallet
-pkgver=2.2.7
+pkgver=2.3.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"
+url="https://github.com/burst-apps-team/burstcoin"
license=('GPL3')
options=('!strip' '!emptydirs')
backup=(opt/burstcoin-wallet/conf/{logging-default.properties,brs-default.properties})
depends=('java-environment' 'xdg-utils')
optdepends=('mariadb: for storage')
install=burstcoin-wallet.install
-source=(https://github.com/PoC-Consortium/burstcoin/releases/download/${pkgver}/burstcoin-${pkgver}.zip
+source=(https://github.com/burst-apps-team/burstcoin/releases/download/v${pkgver}/burstcoin-${pkgver}.zip
burstcoin-wallet.service
burstcoin-wallet.desktop
)
-sha256sums=('3fd84d68207d5bdcf429c9f43cbb450f84780a2b06abff55784262dff5a30bc5'
+sha256sums=('21afa3be8971ad491b5aabc775263710a93fd767b2448d0074360c9587204ed6'
'ffb9c5431f65485b2c08b4ca6c2b68b3c2001961b22ed4a66c528ed26bcb2dae'
'44b494c86b4f8d7eeba365e83586e129543ceb67bc92a7b19df00918a8505865')
diff --git a/burstcoin-wallet.install b/burstcoin-wallet.install
index 21cc1977f626..c544dcc5f87f 100644
--- a/burstcoin-wallet.install
+++ b/burstcoin-wallet.install
@@ -8,7 +8,7 @@ post_install() {
echo "| By default, burst wallet uses MySQL |"
echo "| |"
echo "| If you want to use MySQL: pacman -S mariadb |"
- echo "| and configure by instruction: https://github.com/PoC-Consortium/burstcoin |"
+ echo "| and configure by instruction: https://github.com/burst-apps-team/burstcoin |"
echo "| |"
echo "| If you want to use H2 DB, you do not need to install additional, |"
echo "| change parameters in config, where DB.url is path to file where will storage DB: |"