diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-04-21 08:41:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:19:00 +0700 |
commit | 7ea6df2d64d730bd7792911d1391ad3119802bc5 (patch) | |
tree | 52cfcd3585936003ef367194933c0edff5bbe5a4 /development/cgit/cgit.SlackBuild | |
parent | 9911242a747547e52b99459f46233e8b5a4dac3e (diff) |
development/cgit: Updated for version 1.2.3.
Rewrote the example configurations for apache
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cgit/cgit.SlackBuild')
-rw-r--r-- | development/cgit/cgit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild index 040717424fd26..8d01a98c507d8 100644 --- a/development/cgit/cgit.SlackBuild +++ b/development/cgit/cgit.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cgit -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ else fi CGIT_VERSION=${CGIT_VERSION:-v$VERSION} -GIT_VERSION=${GIT_VERSION:-2.25.0} +GIT_VERSION=${GIT_VERSION:-2.26.2} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ |