summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-09-10 11:10:01 +0200
committerM0Rf302017-09-10 11:10:01 +0200
commit4fc50220441cc121395b1114c5121dadfac92d7d (patch)
treed1a72dbb3dbedbaec9f159db1528c25f633d9174
parentad298ed12ccf30eb0b9e1a3ae15f0d0c19d6927c (diff)
downloadaur-4fc50220441cc121395b1114c5121dadfac92d7d.tar.gz
hyperledger-fabric: 1.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adeea11c095d..dbff79d20a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Aug 11 11:57:41 UTC 2017
+# Sun Sep 10 09:09:33 UTC 2017
pkgbase = hyperledger-fabric
pkgdesc = A platform for distributed ledger solutions, underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility and scalability
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/hyperledger/fabric
install = hyperledger-fabric.install
arch = x86_64
- groups = hyperledger-fabric
+ groups = hyperledger
license = APACHE
makedepends = git
depends = go
depends = docker
- source = https://github.com/hyperledger/fabric/archive/v1.0.1.tar.gz
- md5sums = 95ce4d747879033238155691b634fbe0
+ source = https://github.com/hyperledger/fabric/archive/v1.0.2.tar.gz
+ md5sums = c1b9c961a9ccc339c9d205b58ebe42c2
pkgname = hyperledger-fabric
diff --git a/PKGBUILD b/PKGBUILD
index d3b2f66b4157..6e75b4db4838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=fabric
pkgname=hyperledger-${_pkgname}
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A platform for distributed ledger solutions, underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility and scalability"
arch=(x86_64)
url="https://github.com/hyperledger/fabric"
license=('APACHE')
-groups=('hyperledger-fabric')
+groups=('hyperledger')
depends=('go' 'docker')
makedepends=('git')
install=$pkgname.install
@@ -39,4 +39,4 @@ package() {
}
-md5sums=('95ce4d747879033238155691b634fbe0')
+md5sums=('c1b9c961a9ccc339c9d205b58ebe42c2')