mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
system/gitolite: Updated for version 3.6.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
4edf5dff8b
commit
c0708353c9
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for gitolite
|
# Slackware build script for gitolite
|
||||||
|
|
||||||
# Copyright 2015 Mario Preksavec, Zagreb, HR
|
# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
|
||||||
# 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gitolite
|
PRGNAM=gitolite
|
||||||
VERSION=${VERSION:-3.6.2}
|
VERSION=${VERSION:-3.6.5}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gitolite"
|
PRGNAM="gitolite"
|
||||||
VERSION="3.6.2"
|
VERSION="3.6.5"
|
||||||
HOMEPAGE="http://gitolite.com/"
|
HOMEPAGE="http://gitolite.com/"
|
||||||
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.2.tar.gz"
|
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.5/gitolite-3.6.5.tar.gz"
|
||||||
MD5SUM="72b70ed378a775b5cd496ee02b81c467"
|
MD5SUM="bad15674f54987e75742e2a131b7a59d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue