summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-01-05 19:48:42 +0100
committerfordprefect2020-01-05 19:48:42 +0100
commit7fbba015c6485870ce9d3806de0dd87c738e1483 (patch)
treea3210e5607bea3f142f05f111df563c4f34df010 /PKGBUILD
parent1ffda3221488442be322a95d5a5522ccdf4dd79c (diff)
downloadaur-7fbba015c6485870ce9d3806de0dd87c738e1483.tar.gz
1.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa6d09d1158e..2401a06a8f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.8.3
+pkgver=1.8.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-RELEASE.tar.gz")
-md5sums=('c955f0056e7e776164c71c07c79ad8fd')
+md5sums=('b09af72a2db33338852492ba378caa5d')
build(){
cd $pkgname-$pkgver