diff options
Diffstat (limited to 'network/roundcubemail')
-rw-r--r-- | network/roundcubemail/roundcubemail.SlackBuild | 8 | ||||
-rw-r--r-- | network/roundcubemail/roundcubemail.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/roundcubemail/roundcubemail.SlackBuild b/network/roundcubemail/roundcubemail.SlackBuild index f215694b1332a..274a70e264b22 100644 --- a/network/roundcubemail/roundcubemail.SlackBuild +++ b/network/roundcubemail/roundcubemail.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for roundcube -# Copyright 2022 Johannes Schoepfer, Germany +# Copyright 2022-2023 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.13} +VERSION=${VERSION:-1.4.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,9 +52,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + mkdir -p $PKG/usr/share/$PRGNAM cp -R \ diff --git a/network/roundcubemail/roundcubemail.info b/network/roundcubemail/roundcubemail.info index fb29aa5b913ef..0b4be092f0dde 100644 --- a/network/roundcubemail/roundcubemail.info +++ b/network/roundcubemail/roundcubemail.info @@ -1,8 +1,8 @@ PRGNAM="roundcubemail" -VERSION="1.4.13" +VERSION="1.4.14" HOMEPAGE="https://roundcube.net/" -DOWNLOAD="https://github.com/roundcube/roundcubemail/releases/download/1.4.13/roundcubemail-1.4.13-complete.tar.gz" -MD5SUM="d1ba0657d86cef43a647307bf6492887" +DOWNLOAD="https://github.com/roundcube/roundcubemail/releases/download/1.4.14/roundcubemail-1.4.14-complete.tar.gz" +MD5SUM="02c7ee3caf92d871690abdf7c76eb0fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |