summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlexx2020-09-29 17:24:39 +0200
committerKlexx2020-09-29 17:24:39 +0200
commit5b51df462c955a9721c5b08ab58eb64d4bcec2a6 (patch)
tree039c4dab8c420a10b8265005be50c617b24867a6
parentdec3e8675259f5190791fa1aef8a9a8a1689a130 (diff)
downloadaur-5b51df462c955a9721c5b08ab58eb64d4bcec2a6.tar.gz
v4.3.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da690c069292..4ded07722444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = pivx
pkgdesc = Transactional security and privacy-focused decentralized open source cryptocurrency
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 1
url = https://pivx.org/
arch = i686
arch = x86_64
license = MIT
- source = https://github.com/PIVX-Project/PIVX/archive/v4.2.0.tar.gz
- sha256sums = 688fb4477f4df3608ebc6551181d8b5d168c971f2ff81eddaef3fc997edc9340
- source_i686 = https://github.com/PIVX-Project/PIVX/releases/download/v4.2.0/pivx-4.2.0-i686-linux-gnu.tar.gz
- sha256sums_i686 = 4a5cc425b4f0b8cc6a405880bbbb006b84e257e6a84d9cd40dfa1afa53527c20
- source_x86_64 = https://github.com/PIVX-Project/PIVX/releases/download/v4.2.0/pivx-4.2.0-x86_64-linux-gnu.tar.gz
- sha256sums_x86_64 = cbb265aac191723c81293d117757a659ae869869d00ef56924185eee8a0edea3
+ source = https://github.com/PIVX-Project/PIVX/archive/v4.3.0.tar.gz
+ sha256sums = 1319ef1fe63fee8600d463cbe793334fb19b911c57dd7495d4e90e262b38e59e
+ source_i686 = https://github.com/PIVX-Project/PIVX/releases/download/v4.3.0/pivx-4.3.0-i686-linux-gnu.tar.gz
+ sha256sums_i686 = ea2dd5041e6a14da2f865dfc96559abcb7a7eff1198a0233aa64aaaf9ba4e8f4
+ source_x86_64 = https://github.com/PIVX-Project/PIVX/releases/download/v4.3.0/pivx-4.3.0-x86_64-linux-gnu.tar.gz
+ sha256sums_x86_64 = 5a0152be6a23e84667a65d153fcf4e02e0aefdefd19500a39857c50a25d1ac19
pkgname = pivx-daemon
pkgdesc = Transactional security and privacy-focused decentralized open source cryptocurrency (daemon)
diff --git a/PKGBUILD b/PKGBUILD
index bba09772fa22..7c435b57772f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("pivx-daemon" "pivx-cli" "pivx-qt")
pkgbase=pivx
_pkgbase=${pkgbase^^}
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
arch=("i686" "x86_64")
url="https://pivx.org/"
@@ -13,9 +13,9 @@ license=("MIT")
source=("https://github.com/PIVX-Project/PIVX/archive/v$pkgver.tar.gz")
source_i686=("https://github.com/PIVX-Project/PIVX/releases/download/v$pkgver/pivx-$pkgver-i686-linux-gnu.tar.gz")
source_x86_64=("https://github.com/PIVX-Project/PIVX/releases/download/v$pkgver/pivx-$pkgver-x86_64-linux-gnu.tar.gz")
-sha256sums=("688fb4477f4df3608ebc6551181d8b5d168c971f2ff81eddaef3fc997edc9340")
-sha256sums_i686=("4a5cc425b4f0b8cc6a405880bbbb006b84e257e6a84d9cd40dfa1afa53527c20")
-sha256sums_x86_64=("cbb265aac191723c81293d117757a659ae869869d00ef56924185eee8a0edea3")
+sha256sums=("1319ef1fe63fee8600d463cbe793334fb19b911c57dd7495d4e90e262b38e59e")
+sha256sums_i686=("ea2dd5041e6a14da2f865dfc96559abcb7a7eff1198a0233aa64aaaf9ba4e8f4")
+sha256sums_x86_64=("5a0152be6a23e84667a65d153fcf4e02e0aefdefd19500a39857c50a25d1ac19")
package_pivx-daemon() {
pkgdesc+="(daemon)"