summaryrefslogtreecommitdiffstats
path: root/boost-compat
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-04 16:43:49 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-04 16:43:49 +0000
commit7c984f81c7672ecbbe43edaee0c95bbadd654f6c (patch)
tree5d5cda08562ef8a1703d1a329363f93011357de3 /boost-compat
parent97074d6b54d03adda907bdfe840e665336a7d770 (diff)
downloadasb-7c984f81c7672ecbbe43edaee0c95bbadd654f6c.tar.gz
asb-7c984f81c7672ecbbe43edaee0c95bbadd654f6c.tar.xz
boost-compat: update to Slackware's rebuilt boost 1.72 libraries
Diffstat (limited to 'boost-compat')
-rwxr-xr-xboost-compat/build/boost-compat.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost-compat/build/boost-compat.SlackBuild b/boost-compat/build/boost-compat.SlackBuild
index 08d23c11..f0492d05 100755
--- a/boost-compat/build/boost-compat.SlackBuild
+++ b/boost-compat/build/boost-compat.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2018, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -38,7 +38,7 @@ PRGNAM=boost-compat
# Set the VERSION to the most recent boost package version we use:
VERSION=${VERSION:-1.72}
TAG=${TAG:-"alien"}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)