summaryrefslogtreecommitdiffstats
path: root/source/l/gmp/gmp.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-30 20:33:52 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-30 22:59:22 +0200
commit349e00bb1775a444e4c1a1163e4157c2d3d63e60 (patch)
treea56b668d306940f39547118f2843df3fe0f6569f /source/l/gmp/gmp.SlackBuild
parentaef5ceee670256284ebeb2223fe28e77870f8fcd (diff)
downloadcurrent-349e00bb1775a444e4c1a1163e4157c2d3d63e60.tar.gz
current-349e00bb1775a444e4c1a1163e4157c2d3d63e60.tar.xz
Sun Jul 30 20:33:52 UTC 202320230730203352
d/binutils-2.41-x86_64-1.txz: Upgraded. d/oprofile-1.4.0-x86_64-12.txz: Rebuilt. Recompiled against binutils-2.41. d/tree-sitter-0.20.8-x86_64-1.txz: Added. This is a dependency for an interesting new feature of emacs-29.1. e/emacs-29.1-x86_64-1.txz: Upgraded. Compiled against tree-sitter-0.20.8. Grammar libraries for this can be downloaded and installed from within Emacs - see the NEWS file for details. l/gmp-6.3.0-x86_64-1.txz: Upgraded. l/libarchive-3.7.1-x86_64-1.txz: Upgraded. l/polkit-123-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/l/gmp/gmp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/gmp/gmp.SlackBuild b/source/l/gmp/gmp.SlackBuild
index 117f4ea50..aed3e8516 100755
--- a/source/l/gmp/gmp.SlackBuild
+++ b/source/l/gmp/gmp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gmp
VERSION=${VERSION:-$(echo gmp-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )