mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/cgit: Updated for version 1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cd466c87ec
commit
8f98592115
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for cgit
|
# Slackware build script for cgit
|
||||||
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=cgit
|
PRGNAM=cgit
|
||||||
VERSION=${VERSION:-0.11.2}
|
VERSION=${VERSION:-1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CGIT_VERSION=${CGIT_VERSION:-v0.11.2}
|
CGIT_VERSION=${CGIT_VERSION:-v1.0}
|
||||||
GIT_VERSION=${GIT_VERSION:-2.3.2}
|
GIT_VERSION=${GIT_VERSION:-2.8.3}
|
||||||
|
|
||||||
DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \
|
DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \
|
||||||
$CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \
|
$CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="cgit"
|
PRGNAM="cgit"
|
||||||
VERSION="0.11.2"
|
VERSION="1.0"
|
||||||
HOMEPAGE="http://git.zx2c4.com/cgit/about/"
|
HOMEPAGE="http://git.zx2c4.com/cgit/about/"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cgit-0.11.2.tar.gz \
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cgit-1.0.tar.xz \
|
||||||
https://www.kernel.org/pub/software/scm/git/git-2.3.2.tar.xz"
|
https://www.kernel.org/pub/software/scm/git/git-2.8.3.tar.xz"
|
||||||
MD5SUM="13488a915a8a6827693f223d5b9c8f4b \
|
MD5SUM="1dbd155da1c4adc89703fb1faf249dff \
|
||||||
56701b3b1815c8bbfd7b43b4773adad7"
|
4a9bda9f14e9c5ce3e7a416e43b74a1b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue