aboutsummaryrefslogtreecommitdiff
path: root/system/docker-buildx/docker-buildx.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-01-13 08:14:14 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-13 07:14:13 +0700
commitf05527e3000243b97181053eeae5d266482d6b35 (patch)
treea496c21dfb40653a5f5c9139324491131950fc52 /system/docker-buildx/docker-buildx.SlackBuild
parent74a8e0d6c2c5395cb9138e99160de0ba17420d41 (diff)
system/docker-buildx: Updated for version 0.12.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/docker-buildx/docker-buildx.SlackBuild')
-rw-r--r--system/docker-buildx/docker-buildx.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/docker-buildx/docker-buildx.SlackBuild b/system/docker-buildx/docker-buildx.SlackBuild
index 4dde459239..ea4ee100fb 100644
--- a/system/docker-buildx/docker-buildx.SlackBuild
+++ b/system/docker-buildx/docker-buildx.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for docker-buildx
-# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
+# Copyright 2022-2024 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-buildx
-VERSION=${VERSION:-0.12.0}
-GITHASH=${GITHASH:-542e5d810e4a1a155684f5f3c5bd7e797632a12f}
+VERSION=${VERSION:-0.12.1}
+GITHASH=${GITHASH:-30feaa1a915b869ebc2eea6328624b49facd4bfb}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}