mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/yaml: Updated for version 0.71
This commit is contained in:
parent
4c788ad0cc
commit
686ccd2d5d
2 changed files with 11 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yaml
|
||||
|
||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yaml
|
||||
VERSION=0.68
|
||||
ARCH=${ARCH:-noarch}
|
||||
VERSION=0.71
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,4 +76,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}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="yaml"
|
||||
VERSION="0.68"
|
||||
VERSION="0.71"
|
||||
HOMEPAGE="http://search.cpan.org/dist/YAML/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-0.68.tar.gz"
|
||||
MD5SUM="4b4255360bb885acdba05314daa9129a"
|
||||
MAINTAINER="ppr:kut"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-0.71.tar.gz"
|
||||
MD5SUM="d0f7cf232dd43c28c0e3767d672d6887"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="michiel"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue