summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Squartini2018-04-10 20:43:50 +0200
committerNicola Squartini2018-04-10 20:43:50 +0200
commit4bc8f9823f05ec17162e2be0946f7af4c3f7d54b (patch)
treeef910598a91db03c2ec69bfbb1f16113f47a0e98
parent8e977f661d8e9a8fc3b5f04d27102b4efceb8826 (diff)
downloadaur-4bc8f9823f05ec17162e2be0946f7af4c3f7d54b.tar.gz
Update to version 1.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32105683df33..7cb42496fc9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cardano-sl
pkgdesc = Cryptographic currency implementing Ouroboros PoS protocol
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/input-output-hk/cardano-sl/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cardano-sl
depends = gmp
depends = openssl
depends = rocksdb
- source = git+https://github.com/input-output-hk/cardano-sl.git#commit=cb3643f57e98f4190cd0132ddb8dd9010094f288
+ source = git+https://github.com/input-output-hk/cardano-sl.git#commit=aed0d925b06e0bd1278e26539c445274c52f4b67
sha256sums = SKIP
pkgname = cardano-sl
diff --git a/PKGBUILD b/PKGBUILD
index 22986d297529..4d62ed1f80ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
pkgname=cardano-sl
-pkgver=1.1.0
-_commit=cb3643f57e98f4190cd0132ddb8dd9010094f288
+pkgver=1.1.1
+_commit=aed0d925b06e0bd1278e26539c445274c52f4b67
pkgrel=1
pkgdesc='Cryptographic currency implementing Ouroboros PoS protocol'
arch=('x86_64')