diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/apache-cassandra/apache-cassandra.SlackBuild | 2 | ||||
-rw-r--r-- | system/apache-cassandra/apache-cassandra.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/apache-cassandra/apache-cassandra.SlackBuild b/system/apache-cassandra/apache-cassandra.SlackBuild index e4fe2c0a461b0..2ab2a9f739df5 100644 --- a/system/apache-cassandra/apache-cassandra.SlackBuild +++ b/system/apache-cassandra/apache-cassandra.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="apache-cassandra" -VERSION=${VERSION:-4.1.3} +VERSION=${VERSION:-4.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/apache-cassandra/apache-cassandra.info b/system/apache-cassandra/apache-cassandra.info index 09c9c61397563..c06d623c750c8 100644 --- a/system/apache-cassandra/apache-cassandra.info +++ b/system/apache-cassandra/apache-cassandra.info @@ -1,8 +1,8 @@ PRGNAM="apache-cassandra" -VERSION="4.1.3" +VERSION="4.1.6" HOMEPAGE="http://cassandra.apache.org/" -DOWNLOAD="https://dlcdn.apache.org/cassandra/4.1.3/apache-cassandra-4.1.3-bin.tar.gz" -MD5SUM="f2f148d0c7af65375caedb074dde93d1" +DOWNLOAD="https://dlcdn.apache.org/cassandra/4.1.6/apache-cassandra-4.1.6-bin.tar.gz" +MD5SUM="4da50ba86857484aec2e92abf69ca294" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |