summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorG. Schlisio2017-06-28 19:39:40 +0200
committerG. Schlisio2017-06-28 19:39:40 +0200
commitd7f6b8e01055d202bda8ba47aaa3a546008c1714 (patch)
tree4f6ae16d5a61778375d6fa1869ea196c40c2f844 /PKGBUILD
parentd8233a799ac5915755ab001e6400f33558012163 (diff)
downloadaur-d7f6b8e01055d202bda8ba47aaa3a546008c1714.tar.gz
1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb75c98987e5..4e247b06e053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="IOTA Reference Implementation"
url="https://www.iotatoken.com/"
@@ -8,7 +8,7 @@ license=('GPL')
depends=("java-runtime")
makedepends=("java-environment" "maven")
source=("$pkgname-$pkgver.tar.gz::https://github.com/iotaledger/iri/archive/v$pkgver.tar.gz")
-md5sums=('d4289b77522ae0a794e5bbd8d1ad968f')
+md5sums=('d50bece63f4bd1aa9274ba58fe4b9318')
build(){
cd $pkgname-$pkgver