summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Gabriel2020-03-19 22:49:10 +0000
committerAlexander Gabriel2020-03-19 22:49:10 +0000
commit4b70e2641186ecf177143611d5e4329a2c9eb4ce (patch)
tree2f70e7f0a46bbe9f8e6a17923321cbcbc622a5df
parent05e52f519500b8fb0080d1eb8def59b069ba5f66 (diff)
downloadaur-4b70e2641186ecf177143611d5e4329a2c9eb4ce.tar.gz
update to 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1974b9b968f..083a7132e045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syscoin
pkgdesc = A peer-to-peer network based market place on the blockchain. This package provides syscoin binaries: syscoind, syscoin-qt, syscoin-tx, and syscoin-cli
- pkgver = 4.1.2.1
- pkgrel = 5
+ pkgver = 4.1.3
+ pkgrel = 1
url = https://syscoin.org
arch = x86_64
license = MIT
@@ -27,7 +27,7 @@ pkgbase = syscoin
optdepends = miniupnpc: Firewall-jumping support
optdepends = zeromq: Allows generating ZMQ notifications
provides = syscoin4
- source = https://github.com/syscoin/syscoin/releases/download/v4.1.2.1/syscoin-4.1.2.1-x86_64-linux-gnu.tar.gz
+ source = https://github.com/syscoin/syscoin/releases/download/v4.1.3/syscoin-4.1.3-x86_64-linux-gnu.tar.gz
md5sums = 4df07843e8bd0a1616619d22119ed19c
pkgname = syscoin
diff --git a/PKGBUILD b/PKGBUILD
index 865ab35d55a9..d0208be75b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: einalex <einalex@aegir.space>
pkgname=syscoin
-pkgver=4.1.2.1
-pkgrel=5
+pkgver=4.1.3
+pkgrel=1
pkgdesc="A peer-to-peer network based market place on the blockchain. This package provides syscoin binaries: syscoind, syscoin-qt, syscoin-tx, and syscoin-cli"
arch=('x86_64')
url="https://syscoin.org"