update github username
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
6f5e4bac07
commit
a9fcba133e
6 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="gem2tgz"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://github.com/cycojesus/gem2tgz"
|
||||
HOMEPAGE="http://github.com/gwenhael-le-moine/gem2tgz"
|
||||
DOWNLOAD="https://github.com/downloads/cycojesus/gem2tgz/gem2tgz-1.3.tar.xz"
|
||||
MD5SUM="c0ef32bd560d37c0a33f9bd7b9985222"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -14,6 +14,6 @@ gem2tgz:
|
|||
gem2tgz:
|
||||
gem2tgz:
|
||||
gem2tgz:
|
||||
gem2tgz: http://github.com/cycojesus/gem2tgz
|
||||
gem2tgz: http://github.com/gwenhael-le-moine/gem2tgz
|
||||
gem2tgz:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="npm2tgz"
|
||||
VERSION="1.3.4"
|
||||
HOMEPAGE="http://github.com/cycojesus/npm2tgz"
|
||||
DOWNLOAD="http://github.com/cycojesus/npm2tgz/archive/1.3.4.tar.gz"
|
||||
HOMEPAGE="http://github.com/gwenhael-le-moine/npm2tgz"
|
||||
DOWNLOAD="http://github.com/gwenhael-le-moine/npm2tgz/archive/1.3.4.tar.gz"
|
||||
MD5SUM="82de40cadf8dfe2f72c7c765cd4c1860"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -14,6 +14,6 @@ npm2tgz:
|
|||
npm2tgz:
|
||||
npm2tgz:
|
||||
npm2tgz:
|
||||
npm2tgz: http://github.com/cycojesus/npm2tgz
|
||||
npm2tgz: http://github.com/gwenhael-le-moine/npm2tgz
|
||||
npm2tgz:
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ cd $TMP
|
|||
if [ ! -e $REPOSITORY ] ; then
|
||||
mkdir -p $(dirname $REPOSITORY)
|
||||
cd $(dirname $REPOSITORY)
|
||||
git clone "https://github.com/cycojesus/emstar.git" $PRGNAM
|
||||
git clone "https://github.com/gwenhael-le-moine/emstar.git" $PRGNAM
|
||||
fi
|
||||
|
||||
( cd $REPOSITORY
|
||||
|
@ -71,7 +71,7 @@ $PRGNAM:
|
|||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM: http://github.com/cycojesus/emstar
|
||||
$PRGNAM: http://github.com/gwenhael-le-moine/emstar
|
||||
$PRGNAM:
|
||||
EOF
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ mkdir -p $TMP
|
|||
rm -fr $TMP/$PRGNAM $PKG
|
||||
|
||||
# Fetching sources
|
||||
[ ! -e $REPOSITORY ] && git clone https://github.com/cycojesus/x49gp.git $REPOSITORY
|
||||
[ ! -e $REPOSITORY ] && git clone https://github.com/gwenhael-le-moine/x49gp.git $REPOSITORY
|
||||
( cd $REPOSITORY && git pull )
|
||||
VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )"
|
||||
cp -R $REPOSITORY $TMP/$PRGNAM
|
||||
|
@ -96,7 +96,7 @@ $PRGNAM: Post-installation setup:
|
|||
$PRGNAM: $ x49gp-bootstrap-config
|
||||
$PRGNAM:
|
||||
$PRGNAM: https://sourceforge.net/projects/x49gp/
|
||||
$PRGNAM: https://github.com/cycojesus/x49gp
|
||||
$PRGNAM: https://github.com/gwenhael-le-moine/x49gp
|
||||
EOF
|
||||
|
||||
makepkg -l y -c n $OUTPUT/$PRGNAM-$(echo $VERSION | tr -d '-')-$ARCH-$BUILD$TAG.txz
|
||||
|
|
Loading…
Reference in a new issue