diff options
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 6ca3d20282..eae5c495c7 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 \) \ |