summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f739c8d8d977..7b80ee2f553e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scylla
pkgdesc = Scylla is an open source NoSQL drop-in replacement for Apache Cassandra with fast throughput and low latency
- pkgver = 2.1.2
+ pkgver = 2.1.3
pkgrel = 1
url = http://www.scylladb.com/
install = .install
@@ -60,7 +60,7 @@ pkgbase = scylla
backup = etc/scylla.d/cpuset.conf
backup = etc/scylla.d/dev-mode.conf
backup = etc/scylla.d/io.conf
- source = git+https://github.com/scylladb/scylla.git#tag=scylla-2.1.2
+ source = git+https://github.com/scylladb/scylla.git#tag=scylla-2.1.3
source = git+https://github.com/scylladb/scylla-ami.git
source = git+https://github.com/scylladb/scylla-swagger-ui.git
source = git+https://github.com/scylladb/scylla-seastar.git
diff --git a/PKGBUILD b/PKGBUILD
index 73156f0e7cb5..8473f2155b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Main package information
pkgname=scylla
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="Scylla is an open source NoSQL drop-in replacement for Apache Cassandra with fast throughput and low latency"
arch=('x86_64')