mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
ef3011b794
commit
e62b65360c
3 changed files with 10 additions and 10 deletions
|
@ -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).
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue