summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-15 08:29:02 +0100
committer Willy Sudiarto Raharjo2020-01-18 06:25:11 +0100
commit2ed92b1cde7191959443a090ccc025276f29cb2b (patch)
treecdaa675b8b87c3173118c8c94714d3db04702cb0 /development
parente56babe1f182aa47efb702203ad7fef01a68f966 (diff)
downloadslackbuilds-2ed92b1cde7191959443a090ccc025276f29cb2b.tar.gz
development/cgit: Updated for version 1.2.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/cgit/cgit.SlackBuild6
-rw-r--r--development/cgit/cgit.info10
2 files changed, 8 insertions, 8 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild
index 0e8f7f5725..040717424f 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 \
diff --git a/development/cgit/cgit.info b/development/cgit/cgit.info
index 98564a09a3..2df4246bf0 100644
--- a/development/cgit/cgit.info
+++ b/development/cgit/cgit.info
@@ -1,10 +1,10 @@
PRGNAM="cgit"
-VERSION="1.2.1"
+VERSION="1.2.2"
HOMEPAGE="https://git.zx2c4.com/cgit/about/"
-DOWNLOAD="https://git.zx2c4.com/cgit/snapshot/cgit-1.2.1.tar.xz \
- https://www.kernel.org/pub/software/scm/git/git-2.18.0.tar.xz"
-MD5SUM="8580586d320e4a4d71e1e07d4bf4a6fe \
- 7a668403aa7807d0db37e8573299d471"
+DOWNLOAD="https://git.zx2c4.com/cgit/snapshot/cgit-1.2.2.tar.xz \
+ https://www.kernel.org/pub/software/scm/git/git-2.25.0.tar.xz"
+MD5SUM="0b7b5e1a84faee046014706e18740be5 \
+ eab5cdee7c478c0804346d8835e314c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""