From c2067d87a9cc1cc779f7bc1e063e863970bb00bc Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Mon, 16 Feb 2015 22:11:35 +0200 Subject: system/multicorn: Updated for version 1.1.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- system/multicorn/multicorn.SlackBuild | 12 ++++++------ system/multicorn/multicorn.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'system/multicorn') diff --git a/system/multicorn/multicorn.SlackBuild b/system/multicorn/multicorn.SlackBuild index 3331c37df5..6d333ed57c 100644 --- a/system/multicorn/multicorn.SlackBuild +++ b/system/multicorn/multicorn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for multicorn -# Copyright 2013-2014 Audrius Kažukauskas +# Copyright 2013-2015 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=multicorn -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; # Set Python code installation path. sed -i "s|install$|install --root=$PKG|" Makefile diff --git a/system/multicorn/multicorn.info b/system/multicorn/multicorn.info index 7d3264310f..be4b69cfa7 100644 --- a/system/multicorn/multicorn.info +++ b/system/multicorn/multicorn.info @@ -1,8 +1,8 @@ PRGNAM="multicorn" -VERSION="1.0.1" +VERSION="1.1.0" HOMEPAGE="http://multicorn.org/" -DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.0.1/multicorn-1.0.1.zip" -MD5SUM="c1b137774e0ecf473aa9628a2b4eb0e7" +DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.1.0/multicorn-1.1.0.zip" +MD5SUM="c35d710bcd5f632a8654b53388d9e543" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools postgresql" -- cgit v1.2.3-65-gdbad