aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/guile2.2/guile2.2.SlackBuild8
-rw-r--r--development/guile2.2/guile2.2.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/development/guile2.2/guile2.2.SlackBuild b/development/guile2.2/guile2.2.SlackBuild
index e34597d590..0b94e57e8c 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 3f7fa2282d..953f4f7e74 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=""