summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-02-09 13:46:51 +0100
committerM0Rf302020-02-09 13:46:51 +0100
commitd4095b772737a5b05c5bad7831163c0ff261087b (patch)
tree1174fde134ec8c2b5c0d22819f6d6b42343c49a0
parent95eb35e83dd01e44c6b1cb2a9f16b51780a2e922 (diff)
downloadaur-d4095b772737a5b05c5bad7831163c0ff261087b.tar.gz
hyperledger-fabric-chaintool: 1.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0d96b2df6c7..bd1dd63258e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Sep 10 09:53:22 UTC 2017
pkgbase = hyperledger-fabric-chaintool
pkgdesc = An utility to assist in various phases of Hyperledger Fabric chaincode development, such as compilation, test, packaging, and deployment
- pkgver = 1.0.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/hyperledger/fabric-chaintool
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = hyperledger-fabric-chaintool
depends = go
depends = protobuf
depends = jdk8-openjdk
- source = https://github.com/hyperledger/fabric-chaintool/archive/v1.0.1.tar.gz
- md5sums = 46c93f9f57411614809cbf751c04a763
+ source = https://github.com/hyperledger/fabric-chaintool/archive/v1.1.3.tar.gz
+ md5sums = 6cf951e8d089e21ca390670fc571fb5c
pkgname = hyperledger-fabric-chaintool
diff --git a/PKGBUILD b/PKGBUILD
index 1685465a0bff..67f3ad94fe15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fabric-chaintool
pkgname=hyperledger-${_pkgname}
-pkgver=1.0.1
+pkgver=1.1.3
pkgrel=1
pkgdesc="An utility to assist in various phases of Hyperledger Fabric chaincode development, such as compilation, test, packaging, and deployment"
arch=(x86_64)
@@ -23,4 +23,4 @@ package() {
make PREFIX=$pkgdir/usr BINDIR=/bin install
}
-md5sums=('46c93f9f57411614809cbf751c04a763')
+md5sums=('6cf951e8d089e21ca390670fc571fb5c')