summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Schlisio2018-06-24 01:18:50 +0200
committerGeorg Schlisio2018-06-24 01:18:50 +0200
commitf3093231905b41574f987f64e9893a2e763976ad (patch)
tree43aa16c54df286a3259120d28f2ab1d88dc333c5 /PKGBUILD
parent9f2440e88ab3642906bbace7ac7e75d3704b7f56 (diff)
downloadaur-f3093231905b41574f987f64e9893a2e763976ad.tar.gz
1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 905b5054cfc3..14bc74e34742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.4.2.4
+pkgver=1.5.0
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=('f41e133ea1896844225a9d434d1a85e2')
+md5sums=('d3df8c1306b312f38c39d6a05aefa573')
build(){
cd $pkgname-$pkgver