summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-03-23 14:06:42 +0100
committerfordprefect2020-03-23 14:06:42 +0100
commitfbd217b78fa004e771e8d60013e7306d4405c981 (patch)
tree07cf157287912d7a39a05e25be9b0ef3d7c82d9a
parent7fbba015c6485870ce9d3806de0dd87c738e1483 (diff)
downloadaur-fbd217b78fa004e771e8d60013e7306d4405c981.tar.gz
1.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c78bda12ab2e..98fb6a46518f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iri
pkgdesc = IOTA Reference Implementation
- pkgver = 1.8.4
+ pkgver = 1.8.5
pkgrel = 1
url = https://www.iotatoken.com/
arch = any
@@ -8,8 +8,8 @@ pkgbase = iri
makedepends = java-environment>=8
makedepends = maven
depends = java-runtime
- source = iri-1.8.4.tar.gz::https://github.com/iotaledger/iri/archive/v1.8.4-RELEASE.tar.gz
- md5sums = b09af72a2db33338852492ba378caa5d
+ source = iri-1.8.5.tar.gz::https://github.com/iotaledger/iri/archive/v1.8.5-RELEASE.tar.gz
+ md5sums = eb0d9b44317e1e341208739bba778506
pkgname = iri
diff --git a/PKGBUILD b/PKGBUILD
index 2401a06a8f46..ceabff04b8a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.8.4
+pkgver=1.8.5
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=('b09af72a2db33338852492ba378caa5d')
+md5sums=('eb0d9b44317e1e341208739bba778506')
build(){
cd $pkgname-$pkgver