diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:43:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:51:41 +0700 |
commit | 5ad06ed4f587eb5e3f1fbb732dd83e5b1845891d (patch) | |
tree | e81883a1153c0588e53817391a6ed277032fe191 /system | |
parent | 09d4dbd15772cf5213521fd976277fa38f0bd5cd (diff) |
system/apache-cassandra: Updated for version 4.1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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" |