development/cgit: Updated for version 1.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-11-30 13:53:01 +01:00 committed by Willy Sudiarto Raharjo
parent ef3011b794
commit e62b65360c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 10 additions and 10 deletions

View file

@ -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).

View file

@ -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 \

View file

@ -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=""