diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-01-15 08:29:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:11 +0700 |
commit | 2ed92b1cde7191959443a090ccc025276f29cb2b (patch) | |
tree | cdaa675b8b87c3173118c8c94714d3db04702cb0 /development/cgit/cgit.SlackBuild | |
parent | e56babe1f182aa47efb702203ad7fef01a68f966 (diff) |
development/cgit: Updated for version 1.2.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/cgit/cgit.SlackBuild')
-rw-r--r-- | development/cgit/cgit.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild index 0e8f7f57251cf..040717424fd26 100644 --- a/development/cgit/cgit.SlackBuild +++ b/development/cgit/cgit.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for cgit -# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cgit -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ else fi CGIT_VERSION=${CGIT_VERSION:-v$VERSION} -GIT_VERSION=${GIT_VERSION:-2.18.0} +GIT_VERSION=${GIT_VERSION:-2.25.0} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ |