diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:17:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:29 +0700 |
commit | a2ee9b18dffb80832e7722919150f54c461ab81d (patch) | |
tree | d13c436b591e7ac58f6ddfdddfe091d7e4cf03c0 /development/guile2.2 | |
parent | ea90a207bc77b7e9a7e14b5e49c77e0bbf2e7579 (diff) |
development/guile2.2: Updated for version 2.2.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/guile2.2')
-rw-r--r-- | development/guile2.2/guile2.2.SlackBuild | 8 | ||||
-rw-r--r-- | development/guile2.2/guile2.2.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/guile2.2/guile2.2.SlackBuild b/development/guile2.2/guile2.2.SlackBuild index e34597d5904fb..0b94e57e8c9d7 100644 --- a/development/guile2.2/guile2.2.SlackBuild +++ b/development/guile2.2/guile2.2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for guile2.2 -# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2020-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=guile2.2 SRCNAM=guile -VERSION=${VERSION:-2.2.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.2.7} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,7 +93,7 @@ CFLAGS="$SLKCFLAGS" \ --disable-rpath \ --build=$ARCH-slackware-linux -make -j1 +make make install DESTDIR=$PKG # Move libguile*-gdb.scm to GDB's autoload directory to avoid diff --git a/development/guile2.2/guile2.2.info b/development/guile2.2/guile2.2.info index 3f7fa2282dbcd..953f4f7e747af 100644 --- a/development/guile2.2/guile2.2.info +++ b/development/guile2.2/guile2.2.info @@ -1,8 +1,8 @@ PRGNAM="guile2.2" -VERSION="2.2.6" +VERSION="2.2.7" HOMEPAGE="https://www.gnu.org/software/guile" -DOWNLOAD="https://ftp.gnu.org/gnu/guile/guile-2.2.6.tar.xz" -MD5SUM="e946a685e782685f6ebb97026131a315" +DOWNLOAD="https://ftp.gnu.org/gnu/guile/guile-2.2.7.tar.xz" +MD5SUM="7a7e8def41678c567148c26a8a0a0873" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |