Date: Thursday, February 16, 2023 @ 22:30:27 Author: foxboron Revision: 1400911
upgpkg: docker-buildx 0.10.3-1 Modified: docker-buildx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-16 22:28:21 UTC (rev 1400910) +++ PKGBUILD 2023-02-16 22:30:27 UTC (rev 1400911) @@ -2,7 +2,7 @@ # Contributor: Joakim Saario <[email protected]> pkgname=docker-buildx -pkgver=0.10.0 +pkgver=0.10.3 pkgrel=1 pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit" arch=('x86_64') @@ -10,7 +10,7 @@ license=("Apache") makedepends=('go' 'git') options=(!lto) -_commit=876462897612d36679153c3414f7689626251501 #refs/tags/v0.10.0 +_commit=79e156beb11f697f06ac67fa1fb958e4762c0fab #refs/tags/v0.10.3 source=("git+https://github.com/docker/buildx.git#commit=${_commit}") sha512sums=('SKIP')
