summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3babf977dce1..9808a417659d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=iri
-pkgver=1.4.0
+pkgver=1.4.1
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.tar.gz")
-md5sums=('c61b2b24106c972b0f3f4f3e1108e3c9')
+md5sums=('8c53c897e24ec5451e0f642b11b8f77c')
build(){
cd $pkgname-$pkgver