summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-05-27 16:19:21 +0200
committerfordprefect2020-05-27 16:19:21 +0200
commite423c7ec46b35e7ad534f47b4282fa67e11326f4 (patch)
treee43c7fe96d83e6c3ca3a346742312616754b2fb3 /PKGBUILD
parentfbd217b78fa004e771e8d60013e7306d4405c981 (diff)
downloadaur-iri.tar.gz
1.8.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceabff04b8a1..c50b376fb9cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.8.5
+pkgver=1.8.6
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=('eb0d9b44317e1e341208739bba778506')
+md5sums=('affd7797fd5ae6e185ef6889b1c2a06b')
build(){
cd $pkgname-$pkgver