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/apache-cassandra/apache-cassandra.SlackBuild | |
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/apache-cassandra/apache-cassandra.SlackBuild')
-rw-r--r-- | system/apache-cassandra/apache-cassandra.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |