summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2015-03-13 23:27:53 +0100
committer Willy Sudiarto Raharjo2015-03-14 10:55:54 +0100
commit0b75b7bfe1c38b6176f080f78d50504508f6d46f (patch)
tree9f0102a984142389e734bab4a1e5e233177bdf42
parent6d0edf341b7879eb941e3e3f287a5fb065a08f70 (diff)
downloadslackbuilds-0b75b7bfe1c38b6176f080f78d50504508f6d46f.tar.gz
development/cgit: Updated for version 0.11.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--development/cgit/cgit.SlackBuild8
-rw-r--r--development/cgit/cgit.info10
2 files changed, 9 insertions, 9 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild
index a40859f50e..b2b46e86c1 100644
--- a/development/cgit/cgit.SlackBuild
+++ b/development/cgit/cgit.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for cgit
-# Copyright 2013, 2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2015 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:-0.11.0}
+VERSION=${VERSION:-0.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,8 +55,8 @@ else
LIBDIRSUFFIX=""
fi
-CGIT_VERSION=${CGIT_VERSION:-v0.11.0}
-GIT_VERSION=${GIT_VERSION:-2.3.0}
+CGIT_VERSION=${CGIT_VERSION:-v0.11.2}
+GIT_VERSION=${GIT_VERSION:-2.3.2}
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 66d8c96c5d..526afa33f9 100644
--- a/development/cgit/cgit.info
+++ b/development/cgit/cgit.info
@@ -1,10 +1,10 @@
PRGNAM="cgit"
-VERSION="0.11.0"
+VERSION="0.11.2"
HOMEPAGE="http://git.zx2c4.com/cgit/about/"
-DOWNLOAD="https://github.com/zx2c4/cgit/archive/v0.11.0.tar.gz \
- https://www.kernel.org/pub/software/scm/git/git-2.3.0.tar.xz"
-MD5SUM="f791ee8ce8f123c4d68265c053a8cbb7 \
- e5880760d1f43f4f49b3bf94b9046eee"
+DOWNLOAD="https://github.com/zx2c4/cgit/archive/v0.11.2.tar.gz \
+ https://www.kernel.org/pub/software/scm/git/git-2.3.2.tar.xz"
+MD5SUM="13488a915a8a6827693f223d5b9c8f4b \
+ 56701b3b1815c8bbfd7b43b4773adad7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""