mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/authbind: Updated for version 1.2.0
This commit is contained in:
parent
a523a40c98
commit
239c7bfd46
2 changed files with 3 additions and 1 deletions
|
@ -61,4 +61,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="authbind"
|
||||||
VERSION="1.2.0"
|
VERSION="1.2.0"
|
||||||
HOMEPAGE="http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/authbind/"
|
HOMEPAGE="http://www.chiark.greenend.org.uk/ucgi/~ijackson/cvsweb/authbind/"
|
||||||
DOWNLOAD="http://ftp.debian.org/debian/pool/main/a/authbind/authbind_1.2.0.tar.gz"
|
DOWNLOAD="http://ftp.debian.org/debian/pool/main/a/authbind/authbind_1.2.0.tar.gz"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="6c3a105f4d366a8ebaa3224300a8c4db"
|
MD5SUM="6c3a105f4d366a8ebaa3224300a8c4db"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
EMAIL="yalhcru@gmail.com"
|
EMAIL="yalhcru@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue