summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorG. Schlisio2017-12-19 20:20:51 +0100
committerG. Schlisio2017-12-19 20:20:51 +0100
commit618ec29ddff83fe2e2234d4470871564e0991cc3 (patch)
treee0deb5f5ffb25560d362583c334f6dfbdb2e9575 /PKGBUILD
parent25ba9976457d49852db6c04daae6a0a2805d884a (diff)
downloadaur-618ec29ddff83fe2e2234d4470871564e0991cc3.tar.gz
1.4.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb1deea7e9b3..cdab0a377961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.4.1.2
+pkgver=1.4.1.4
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=('4e5fffedabeb0d8d55533772c280bad1')
+md5sums=('97e0307abf707eebdc41365e64a6751b')
build(){
cd $pkgname-$pkgver