aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2024-11-07 22:55:45 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-07 23:10:05 +0700
commitb2c170073468481f430249ddbe1162ac36e400c0 (patch)
tree46bbe06fa56432c5f7fb9408f3eb53e2b0d0f032
parent9c5e16cca73f30f232eaa67b64e6bf22586131be (diff)
network/roundcubemail: Updated for version 1.5.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/roundcubemail/roundcubemail.SlackBuild6
-rw-r--r--network/roundcubemail/roundcubemail.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/roundcubemail/roundcubemail.SlackBuild b/network/roundcubemail/roundcubemail.SlackBuild
index 81857a2de53a8..2412830770294 100644
--- a/network/roundcubemail/roundcubemail.SlackBuild
+++ b/network/roundcubemail/roundcubemail.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for roundcube
-# Copyright 2022-2023 Johannes Schoepfer, Germany
+# Copyright 2022-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=roundcubemail
-VERSION=${VERSION:-1.4.15}
+VERSION=${VERSION:-1.5.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -75,7 +75,7 @@ chmod 755 $PKG/etc/cron.daily/$PRGNAM.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- README.md LICENSE UPGRADING CHANGELOG \
+ README.md LICENSE UPGRADING CHANGELOG.md \
$PKG/usr/doc/$PRGNAM-$VERSION
# apache example config
cat << EOF > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-apache.conf
diff --git a/network/roundcubemail/roundcubemail.info b/network/roundcubemail/roundcubemail.info
index 490db962be4a0..668b56d658ecc 100644
--- a/network/roundcubemail/roundcubemail.info
+++ b/network/roundcubemail/roundcubemail.info
@@ -1,8 +1,8 @@
PRGNAM="roundcubemail"
-VERSION="1.4.15"
+VERSION="1.5.9"
HOMEPAGE="https://roundcube.net/"
-DOWNLOAD="https://github.com/roundcube/roundcubemail/releases/download/1.4.15/roundcubemail-1.4.15-complete.tar.gz"
-MD5SUM="70da491b8b16514bc39e4c76174f93b4"
+DOWNLOAD="https://github.com/roundcube/roundcubemail/releases/download/1.5.9/roundcubemail-1.5.9-complete.tar.gz"
+MD5SUM="0b2803f231ebcecf98d7b662054af4e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""