system/multicorn: Updated for version 1.1.0.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2015-02-16 22:11:35 +02:00 committed by Willy Sudiarto Raharjo
parent c6d3f17529
commit c2067d87a9
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for multicorn
# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2013-2015 Audrius Kažukauskas <audrius@neutrino.lt>
# 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

View file

@ -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"