diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2023-10-26 21:52:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:52 +0700 |
commit | 6e25e2856a8d3ae618ee9eff666569822f2dd936 (patch) | |
tree | 796bf1905e864b0d443634abc325eae394617737 /system | |
parent | f04fc84e0d3498c27a346e4b3c91acd359845b3f (diff) |
system/slapt-get: Updated for version 0.11.10.
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/slapt-get/changelog | 4 | ||||
-rw-r--r-- | system/slapt-get/slapt-get.SlackBuild | 4 | ||||
-rw-r--r-- | system/slapt-get/slapt-get.info | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/system/slapt-get/changelog b/system/slapt-get/changelog index 6abc9c913a9f..a8f6cb28d638 100644 --- a/system/slapt-get/changelog +++ b/system/slapt-get/changelog @@ -4,3 +4,7 @@ Changelog for slapt-get SlackBuild Script 24/05/2023: Submitted to slackbuilds.org + +26/10/2023: + +updated to version 0.11.10 diff --git a/system/slapt-get/slapt-get.SlackBuild b/system/slapt-get/slapt-get.SlackBuild index eaba3688e0d7..4f43253cbe14 100644 --- a/system/slapt-get/slapt-get.SlackBuild +++ b/system/slapt-get/slapt-get.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slapt-get -VERSION=${VERSION:-0.11.8} +VERSION=${VERSION:-0.11.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ \( -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" meson setup build --prefix=/usr --sysconfdir=/etc --mandir=/usr/man --buildtype=debugoptimized +CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" meson setup build --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --sysconfdir=/etc --mandir=/usr/man --buildtype=release meson compile -C build DESTDIR="$PKG" meson install -C build diff --git a/system/slapt-get/slapt-get.info b/system/slapt-get/slapt-get.info index 3c961e42c39c..e14c39ef2451 100644 --- a/system/slapt-get/slapt-get.info +++ b/system/slapt-get/slapt-get.info @@ -1,8 +1,8 @@ PRGNAM="slapt-get" -VERSION="0.11.8" +VERSION="0.11.10" HOMEPAGE="https://software.jaos.org" -DOWNLOAD="https://github.com/jaos/slapt-get/archive/0.11.8/slapt-get-0.11.8.tar.gz" -MD5SUM="1efb00fe26f36736d082ab71940a6e26" +DOWNLOAD="https://github.com/jaos/slapt-get/archive/0.11.10/slapt-get-0.11.10.tar.gz" +MD5SUM="c2232a3d48aa153aa9cca775f021cb84" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |