libraries/libtasn1: Updated for version 1.8

This commit is contained in:
Stylianos Tsampas 2010-05-13 00:32:00 +02:00 committed by Robby Workman
parent 3e0607371c
commit f5569ed5b7
2 changed files with 3 additions and 1 deletions

View file

@ -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}

View file

@ -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"