mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libtasn1: Updated for version 1.8
This commit is contained in:
parent
3e0607371c
commit
f5569ed5b7
2 changed files with 3 additions and 1 deletions
|
@ -100,4 +100,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
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="libtasn1"
|
|||
VERSION="1.8"
|
||||
HOMEPAGE="http://ftp.gnu.org/gnu/gnutls/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnutls/libtasn1-1.8.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="6b87c159e7dcb6e58204cce1edb0fecc"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Stylianos Tsampas"
|
||||
EMAIL="ztsampas@otenet.gr"
|
||||
APPROVED="rworkman dsomero"
|
||||
|
|
Loading…
Reference in a new issue