mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/roundcubemail: Updated for version 1.5.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c5e16cca7
commit
b2c1700734
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue