summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-05-27 21:57:36 +0200
committerM0Rf302018-05-27 21:57:36 +0200
commitf7f22d73a907fd0a90a91bd2dd524d2123809612 (patch)
tree60ae7939a988ea88125f4e30661a5f8649409e85
parent99cc1be3f68068f7d2694659ef5022083db866b3 (diff)
downloadaur-f7f22d73a907fd0a90a91bd2dd524d2123809612.tar.gz
libindy: 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da04e98527d..b0fca59e604a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libindy
pkgdesc = Shared crypto library for Hyperledger Indy components
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/hyperledger/indy-crypto
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libindy
depends = libsodium
depends = openssl
depends = sqlite3
- source = https://github.com/hyperledger/indy-sdk/archive/v1.3.0.tar.gz
- md5sums = SKIP
+ source = https://github.com/hyperledger/indy-sdk/archive/v1.4.0.tar.gz
+ md5sums = 83e64f0d31423cb7210f276857c68edb
pkgname = libindy
diff --git a/PKGBUILD b/PKGBUILD
index 7f807b0bd160..8fe978272fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=libindy
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Shared crypto library for Hyperledger Indy components"
arch=(i686 x86_64)
@@ -26,4 +26,4 @@ package() {
cp include/*.h $pkgdir/usr/include/indy/
}
-md5sums=('SKIP')
+md5sums=('83e64f0d31423cb7210f276857c68edb')