diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-17 09:29:16 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 22:56:54 -0600 |
commit | 73173831b816207d9b2ecfb163408dd58b4c2ae2 (patch) | |
tree | 2b4a2d0cd0620c68e6bf498d404c956a7aab9952 /libraries/libsodium | |
parent | 5c4f36c5e1982acc0f79522118952a5f59a8a216 (diff) | |
download | slackbuilds-73173831b816207d9b2ecfb163408dd58b4c2ae2.tar.gz |
libraries/libsodium: Updated for version 0.4.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libsodium')
-rw-r--r-- | libraries/libsodium/libsodium.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/libsodium/libsodium.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/libraries/libsodium/libsodium.SlackBuild b/libraries/libsodium/libsodium.SlackBuild index df062492ec..1984a7af53 100644 --- a/libraries/libsodium/libsodium.SlackBuild +++ b/libraries/libsodium/libsodium.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libsodium -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,11 +63,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -86,7 +86,7 @@ make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL NEWS README THANKS \ + AUTHORS README THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/libsodium/libsodium.info b/libraries/libsodium/libsodium.info index 13a81d7058..e1cc0c2086 100644 --- a/libraries/libsodium/libsodium.info +++ b/libraries/libsodium/libsodium.info @@ -1,8 +1,8 @@ PRGNAM="libsodium" -VERSION="0.4.2" +VERSION="0.4.5" HOMEPAGE="https://github.com/jedisct1/libsodium" -DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-0.4.2.tar.gz" -MD5SUM="9d25f083c957c690c01e0bf4a89cea25" +DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-0.4.5.tar.gz" +MD5SUM="3a97d2c29ec0133e334036e3f19d0741" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |