diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-23 16:39:46 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:40 +0700 |
commit | e1dea58419fb5de7e67941a324baedb0b730c2d2 (patch) | |
tree | c51a11648d2bee7323da18ba3449ee433740142d /system | |
parent | 2c9bc98a29f5c9e6328eaa926eb1ae023f3e8f07 (diff) | |
download | slackbuilds-e1dea58419fb5de7e67941a324baedb0b730c2d2.tar.gz |
system/multicorn: Updated for version 1.4.0.
This should work with PostgreSQL 12, though we might need
more patches to build against 14.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/multicorn/multicorn.SlackBuild | 2 | ||||
-rw-r--r-- | system/multicorn/multicorn.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/multicorn/multicorn.SlackBuild b/system/multicorn/multicorn.SlackBuild index b796144a28..de3aa27602 100644 --- a/system/multicorn/multicorn.SlackBuild +++ b/system/multicorn/multicorn.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=multicorn -VERSION=${VERSION:-1.3.4} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/multicorn/multicorn.info b/system/multicorn/multicorn.info index 178135d0bd..eca7b8a764 100644 --- a/system/multicorn/multicorn.info +++ b/system/multicorn/multicorn.info @@ -1,8 +1,8 @@ PRGNAM="multicorn" -VERSION="1.3.4" +VERSION="1.4.0" HOMEPAGE="https://multicorn.org/" -DOWNLOAD="https://api.pgxn.org/dist/multicorn/1.3.4/multicorn-1.3.4.zip" -MD5SUM="c69e4d77775aab0bb22d441b8f516bb2" +DOWNLOAD="https://api.pgxn.org/dist/multicorn/1.4.0/multicorn-1.4.0.zip" +MD5SUM="7d7c194da11c34fb2cfd3fbf856e1507" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |