Browse Source
system/gitolite: Updated for version 3.6.12.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/182/head
Mario Preksavec
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/gitolite/gitolite.SlackBuild
-
system/gitolite/gitolite.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for gitolite |
|
|
|
|
|
|
|
# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia |
|
|
|
# Copyright 2015, 2021 Mario Preksavec, Zagreb, Croatia |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gitolite |
|
|
|
VERSION=${VERSION:-3.6.7} |
|
|
|
VERSION=${VERSION:-3.6.12} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gitolite" |
|
|
|
VERSION="3.6.7" |
|
|
|
VERSION="3.6.12" |
|
|
|
HOMEPAGE="http://gitolite.com/" |
|
|
|
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.7/gitolite-3.6.7.tar.gz" |
|
|
|
MD5SUM="f9148f42def61ad767840dc82b40d727" |
|
|
|
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.12/gitolite-3.6.12.tar.gz" |
|
|
|
MD5SUM="e15f83298b05c451d572a2c17865f46d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|