summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/aaa_elflibs/aaa_elflibs.SlackBuild2
-rwxr-xr-xsource/d/perl/perl.SlackBuild10
-rwxr-xr-xsource/x/vulkan-sdk/fetch-sources.sh2
-rwxr-xr-xsource/x/vulkan-sdk/vulkan-sdk.SlackBuild2
4 files changed, 8 insertions, 8 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild
index 7e7f2cd07..9860fe6d5 100755
--- a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild
+++ b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=aaa_elflibs
VERSION=${VERSION:-15.0}
-BUILD=${BUILD:-21}
+BUILD=${BUILD:-22}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 93d6e715b..711cc94e9 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
-VERSION=5.30.1
-BUILD=${BUILD:-2}
+VERSION=5.30.2
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -58,11 +58,11 @@ PKG=$TMP/package-perl
# Additional required modules:
#
# https://metacpan.org/release/Devel-CheckLib
-DEVELCHECKLIB=1.13
+DEVELCHECKLIB=1.14
# https://metacpan.org/release/DBD-mysql
DBDMYSQL=4.050
# https://metacpan.org/release/DBI
-DBI=1.642
+DBI=1.643
# https://metacpan.org/release/gettext
GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
@@ -78,7 +78,7 @@ AUTHENSASL=2.16
# https://metacpan.org/release/MIME-Base64
MIMEBASE64=3.15
# https://metacpan.org/release/IO-Socket-SSL
-IOSOCKETSSL=2.066
+IOSOCKETSSL=2.067
# https://metacpan.org/release/Net-SSLeay
NETSSLEAY=1.88
# https://metacpan.org/release/libnet
diff --git a/source/x/vulkan-sdk/fetch-sources.sh b/source/x/vulkan-sdk/fetch-sources.sh
index d197dbab5..8d557bbe6 100755
--- a/source/x/vulkan-sdk/fetch-sources.sh
+++ b/source/x/vulkan-sdk/fetch-sources.sh
@@ -27,7 +27,7 @@
#
# Example: VERSION=1.1.92.1 ./fetch-sources.sh
-VERSION=${VERSION:-1.2.131.1}
+VERSION=${VERSION:-1.2.131.2}
BRANCH=${BRANCH:-sdk-1.2.131}
rm -rf Vulkan-*-*.tar.?z glslang* SPIRV-Tools* SPIRV-Headers* \
diff --git a/source/x/vulkan-sdk/vulkan-sdk.SlackBuild b/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
index e19896ebc..0c2a33b0b 100755
--- a/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
+++ b/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vulkan-sdk
VERSION=${VERSION:-$(echo Vulkan-ValidationLayers-sdk-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )