summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlexx2020-06-01 10:10:08 +0200
committerKlexx2020-06-01 10:10:08 +0200
commit5db13218ff9115e20ac6c40435dd2cafc59f7c22 (patch)
tree6156fb7ae8b9d20e8a01ba948f7b0222c0c3f99e
parent59eb45dddde102863893ead0758d0da0e9773dac (diff)
downloadaur-5db13218ff9115e20ac6c40435dd2cafc59f7c22.tar.gz
v4.1.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece9e8037517..badede59d28f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = pivx
pkgdesc = Transactional security and privacy-focused decentralized open source cryptocurrency
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = https://pivx.org/
arch = i686
arch = x86_64
license = MIT
- source = https://github.com/PIVX-Project/PIVX/archive/v4.1.0.tar.gz
- sha256sums = 1764f0953ecfda0c1fee90219d92f5ac85a134ea28f471ad08f39d64ed504ff4
- source_i686 = https://github.com/PIVX-Project/PIVX/releases/download/v4.1.0/pivx-4.1.0-i686-linux-gnu.tar.gz
- sha256sums_i686 = ca311bde3eb861f3fdbdd093e62c8c22dba94d78e53ed2653b3e641b8c818a8b
- source_x86_64 = https://github.com/PIVX-Project/PIVX/releases/download/v4.1.0/pivx-4.1.0-x86_64-linux-gnu.tar.gz
- sha256sums_x86_64 = df1be58581fc657c7d3f5d0fe0d6d5b2f257d86fbadfaf30ab889410a12d7b28
+ source = https://github.com/PIVX-Project/PIVX/archive/v4.1.1.tar.gz
+ sha256sums = 897561fce337638911c930d9eeecd3027ffa0e66a28d77a1369637793ceb9e5d
+ source_i686 = https://github.com/PIVX-Project/PIVX/releases/download/v4.1.1/pivx-4.1.1-i686-linux-gnu.tar.gz
+ sha256sums_i686 = 126561c55ffda28bbf1cd286cd4c6077003e8282185c1155772f97658544418b
+ source_x86_64 = https://github.com/PIVX-Project/PIVX/releases/download/v4.1.1/pivx-4.1.1-x86_64-linux-gnu.tar.gz
+ sha256sums_x86_64 = 212817914a6b2707f4562903e3f454b602d44f23363efbf3a1f3df8cdd2871df
pkgname = pivx-daemon
pkgdesc = Transactional security and privacy-focused decentralized open source cryptocurrency (daemon)
diff --git a/PKGBUILD b/PKGBUILD
index c2d69573a219..c2b1b2d9e67c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("pivx-daemon" "pivx-cli" "pivx-qt")
pkgbase=pivx
_pkgbase=${pkgbase^^}
-pkgver=4.1.0
+pkgver=4.1.1
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=("1764f0953ecfda0c1fee90219d92f5ac85a134ea28f471ad08f39d64ed504ff4")
-sha256sums_i686=("ca311bde3eb861f3fdbdd093e62c8c22dba94d78e53ed2653b3e641b8c818a8b")
-sha256sums_x86_64=("df1be58581fc657c7d3f5d0fe0d6d5b2f257d86fbadfaf30ab889410a12d7b28")
+sha256sums=("897561fce337638911c930d9eeecd3027ffa0e66a28d77a1369637793ceb9e5d")
+sha256sums_i686=("126561c55ffda28bbf1cd286cd4c6077003e8282185c1155772f97658544418b")
+sha256sums_x86_64=("212817914a6b2707f4562903e3f454b602d44f23363efbf3a1f3df8cdd2871df")
package_pivx-daemon() {
pkgdesc+="(daemon)"