summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-11-30 13:53:01 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:21:51 +0700
commite62b65360c8f19bdc41246cd1006b03c71453ae6 (patch)
treeb7dbd115292fc3f1e7e72bb58c1ed51bf3578cca
parentef3011b79452790058d9d8d5ca44d2f2b3fd0b28 (diff)
downloadslackbuilds-e62b65360c8f19bdc41246cd1006b03c71453ae6.tar.gz
slackbuilds-e62b65360c8f19bdc41246cd1006b03c71453ae6.tar.xz
development/cgit: Updated for version 1.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/cgit/README4
-rw-r--r--development/cgit/cgit.SlackBuild6
-rw-r--r--development/cgit/cgit.info10
3 files changed, 10 insertions, 10 deletions
diff --git a/development/cgit/README b/development/cgit/README
index e6da0e958e..1f18441839 100644
--- a/development/cgit/README
+++ b/development/cgit/README
@@ -2,7 +2,7 @@ cgit is a web interface (cgi) for git repositories, written in C.
The folder /var/cache/cgit, must be owned by your webserver user.
-A sample /etc/cgitrc (you must provide one) is in the $DOCS folder,
+A sample /etc/cgitrc (you must provide one) is in the docs folder,
and so are some example configuration files for apache and lighttpd.
luacrypto or lua-md5 are optional dependencies (for avatars support),
@@ -10,4 +10,4 @@ but first you have to build this against lua.
If you want to use the email-libravatar-korg.lua filter or the
email-gravatar-sbo.lua one, have a look also to the suggested css
-additions (in the doc folder).
+additions (in the docs folder).
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild
index 446f28ebf4..a72842c9ef 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.0}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,8 +55,8 @@ else
LIBDIRSUFFIX=""
fi
-CGIT_VERSION=${CGIT_VERSION:-v1.0}
-GIT_VERSION=${GIT_VERSION:-2.8.3}
+CGIT_VERSION=${CGIT_VERSION:-v1.1}
+GIT_VERSION=${GIT_VERSION:-2.10.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 56d844cec8..106909718e 100644
--- a/development/cgit/cgit.info
+++ b/development/cgit/cgit.info
@@ -1,10 +1,10 @@
PRGNAM="cgit"
-VERSION="1.0"
+VERSION="1.1"
HOMEPAGE="http://git.zx2c4.com/cgit/about/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/cgit-1.0.tar.xz \
- https://www.kernel.org/pub/software/scm/git/git-2.8.3.tar.xz"
-MD5SUM="1dbd155da1c4adc89703fb1faf249dff \
- 4a9bda9f14e9c5ce3e7a416e43b74a1b"
+DOWNLOAD="https://git.zx2c4.com/cgit/snapshot/cgit-1.1.tar.xz \
+ https://www.kernel.org/pub/software/scm/git/git-2.10.2.tar.xz"
+MD5SUM="7cc92b94e4aaefed952b0e6b8fde0a3e \
+ 3cd1dca37be60668f482545716923b72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""