Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
sysutils/docker-buildx: update to 0.19.2
To:
OpenBSD ports <ports@openbsd.org>
Cc:
Klemens Nanni <kn@openbsd.org>
Date:
Sun, 08 Dec 2024 15:50:01 +0100

Download raw body.

Thread
  • Kirill A. Korinsky:

    sysutils/docker-buildx: update to 0.19.2

ports@,

Here a trivial bugfix update for sysutils/docker-buildx to 0.19.2

Tested on -current/amd64, no regression.

Changelog: https://github.com/docker/buildx/releases/tag/v0.19.2

Ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/sysutils/docker-buildx/Makefile,v
diff -u -p -r1.8 Makefile
--- Makefile	29 Nov 2024 10:42:29 -0000	1.8
+++ Makefile	8 Dec 2024 14:37:11 -0000
@@ -1,6 +1,6 @@
 COMMENT =		Docker CLI plugin for extended build capabilities
 
-V =			0.19.1
+V =			0.19.2
 GH_ACCOUNT =		docker
 GH_PROJECT =		buildx
 GH_TAGNAME =		v${V}
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/sysutils/docker-buildx/distinfo,v
diff -u -p -r1.7 distinfo
--- distinfo	29 Nov 2024 10:42:29 -0000	1.7
+++ distinfo	8 Dec 2024 14:38:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (buildx-0.19.1.tar.gz) = ehQZnQUtSTO7U3kgfxPUtlYqsQ8/ufUhd5C0gr0rJfQ=
-SIZE (buildx-0.19.1.tar.gz) = 11691424
+SHA256 (buildx-0.19.2.tar.gz) = 9Fyw1GXvC9ysUTZ2TbM2JigPuHINuuX5VlEC4a9Y88Q=
+SIZE (buildx-0.19.2.tar.gz) = 11691325


-- 
wbr, Kirill