summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2324df4bc4ff..bc44ae0f8fbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cardano-sl
pkgdesc = Cryptographic currency implementing Ouroboros PoS protocol
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/input-output-hk/cardano-sl/
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = cardano-sl
depends = gmp
depends = openssl
depends = rocksdb
- source = git+https://github.com/input-output-hk/cardano-sl.git#commit=aed0d925b06e0bd1278e26539c445274c52f4b67
+ source = git+https://github.com/input-output-hk/cardano-sl.git#commit=14f705d5f49fefd54e0552914e965acead0a062f
sha256sums = SKIP
pkgname = cardano-sl
diff --git a/PKGBUILD b/PKGBUILD
index 47a3483dcdf6..9cb14155da39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
pkgname=cardano-sl
-pkgver=1.1.1
-_commit=aed0d925b06e0bd1278e26539c445274c52f4b67
-pkgrel=2
+pkgver=1.2.1
+_commit=14f705d5f49fefd54e0552914e965acead0a062f
+pkgrel=1
pkgdesc='Cryptographic currency implementing Ouroboros PoS protocol'
arch=('x86_64')
url='https://github.com/input-output-hk/cardano-sl/'