mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/multicorn: Updated for version 1.3.4.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
6708caf25f
commit
c703b7d8f0
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=multicorn
|
PRGNAM=multicorn
|
||||||
VERSION=${VERSION:-1.3.3}
|
VERSION=${VERSION:-1.3.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -eu
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="multicorn"
|
PRGNAM="multicorn"
|
||||||
VERSION="1.3.3"
|
VERSION="1.3.4"
|
||||||
HOMEPAGE="http://multicorn.org/"
|
HOMEPAGE="http://multicorn.org/"
|
||||||
DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.3.3/multicorn-1.3.3.zip"
|
DOWNLOAD="https://api.pgxn.org/dist/multicorn/1.3.4/multicorn-1.3.4.zip"
|
||||||
MD5SUM="55350978946467688fae1d587b535f6c"
|
MD5SUM="c69e4d77775aab0bb22d441b8f516bb2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="postgresql"
|
REQUIRES="postgresql"
|
||||||
|
|
Loading…
Reference in a new issue