diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-03-22 11:47:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:58 +0700 |
commit | 56e53d907388a73fbde62e4ebc047f8f8fae93f4 (patch) | |
tree | 3d5c5fea344f20873d8a2833efb67e5742c0f1cc /network | |
parent | 9d3794639105edf734a15b92838757ae2ab40568 (diff) |
network/phodav: Updated for version 3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/phodav/phodav.SlackBuild | 6 | ||||
-rw-r--r-- | network/phodav/phodav.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild index b5e621bcc6f6a..d4652f6c61d18 100644 --- a/network/phodav/phodav.SlackBuild +++ b/network/phodav/phodav.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for phodav -# Copyright 2016-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=phodav -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,7 +64,7 @@ else LIBDIRSUFFIX="" fi -DOCS="COPYING NEWS README TODO" +DOCS="COPYING NEWS README.md TODO" set -e diff --git a/network/phodav/phodav.info b/network/phodav/phodav.info index 5fc7a8b6688b6..dbe8e8aecd387 100644 --- a/network/phodav/phodav.info +++ b/network/phodav/phodav.info @@ -1,8 +1,8 @@ PRGNAM="phodav" -VERSION="2.3" +VERSION="3.0" HOMEPAGE="https://wiki.gnome.org/phodav" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.3/phodav-2.3.tar.xz" -MD5SUM="0f4bbe83181037577c808acea166b26a" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/3.0/phodav-3.0.tar.xz" +MD5SUM="33081519b273385976360bf3047fa704" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |