summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2019-12-30 13:25:17 +0100
committerfordprefect2019-12-30 13:25:17 +0100
commit1ffda3221488442be322a95d5a5522ccdf4dd79c (patch)
tree1efdd549b5d46ddff989fb12a7d0b5dd4b351867 /PKGBUILD
parent7dc79432ae20bfb17e6fdd19a8aeba3705777977 (diff)
downloadaur-1ffda3221488442be322a95d5a5522ccdf4dd79c.tar.gz
1.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66e9986dff12..aa6d09d1158e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.6.1
+pkgver=1.8.3
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-RELEASE.tar.gz")
-md5sums=('0c874db602f3a11a713368e2a832bf85')
+md5sums=('c955f0056e7e776164c71c07c79ad8fd')
build(){
cd $pkgname-$pkgver