summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-11-08 22:53:51 +0100
committerG. Schlisio2017-11-08 22:53:51 +0100
commit25ba9976457d49852db6c04daae6a0a2805d884a (patch)
tree22c69af9457fbd50f2cd1d536dcfad31a98942ff
parentf6c12ceb0dd1dff9ce3e5e2b5dd9d57736aff5a3 (diff)
downloadaur-25ba9976457d49852db6c04daae6a0a2805d884a.tar.gz
1.4.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b26974e0f6..cc8f6dc8b76e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iri
pkgdesc = IOTA Reference Implementation
- pkgver = 1.4.1.1
+ pkgver = 1.4.1.2
pkgrel = 1
url = https://www.iotatoken.com/
arch = any
@@ -8,8 +8,8 @@ pkgbase = iri
makedepends = java-environment>=8
makedepends = maven
depends = java-runtime
- source = iri-1.4.1.1.tar.gz::https://github.com/iotaledger/iri/archive/v1.4.1.1.tar.gz
- md5sums = 380c095c392ba23554caafb0660f31b7
+ source = iri-1.4.1.2.tar.gz::https://github.com/iotaledger/iri/archive/v1.4.1.2.tar.gz
+ md5sums = 4e5fffedabeb0d8d55533772c280bad1
pkgname = iri
diff --git a/PKGBUILD b/PKGBUILD
index 991de6784cce..eb1deea7e9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.4.1.1
+pkgver=1.4.1.2
pkgrel=1
pkgdesc="IOTA Reference Implementation"
url="https://www.iotatoken.com/"
@@ -8,7 +8,7 @@ license=('GPL')
depends=("java-runtime")
makedepends=("java-environment>=8" "maven")
source=("$pkgname-$pkgver.tar.gz::https://github.com/iotaledger/iri/archive/v$pkgver.tar.gz")
-md5sums=('380c095c392ba23554caafb0660f31b7')
+md5sums=('4e5fffedabeb0d8d55533772c280bad1')
build(){
cd $pkgname-$pkgver