diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-09-29 22:56:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-29 22:56:00 +0700 |
commit | 428a845294a605b9e21f3d3c8af2e85a8b9ce332 (patch) | |
tree | 641c49bb66f02b9c3922b1abc53d3471ee68cdaa /network | |
parent | 26c8b54f1e63bd1e1701276d93cb1f0ce500595c (diff) |
network/roundcubemail: Updated for version 1.4.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 f215694b1332..274a70e264b2 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 fb29aa5b913e..0b4be092f0dd 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="" |