diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2010-09-08 18:15:08 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-08 18:15:08 -0400 |
commit | 72908d8a1571fcc961974db8c1cb814f14b5db9e (patch) | |
tree | 507773e44ebd75071cc510263309f5517603eaa6 /libraries/Botan/Botan.SlackBuild | |
parent | 42ef5d84d968e23ef1ec3fb8f56bdc5841e54b1a (diff) |
libraries/Botan: Updated for version 1.8.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 6ca3d2028217..eae5c495c786 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -27,8 +27,8 @@ # 2010 June 22 - initial release PRGNAM=Botan -VERSION=${VERSION:-1.8.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.8.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -68,7 +68,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tbz cd $PRGNAM-$VERSION -cat $CWD/fix_doxygen_location.patch | patch -p0 || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |