Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / buildkit
Commits: 95e06ee6 by Caleb Maclennan at 2024-04-26T13:05:16+03:00 upgpkg: 0.13.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = buildkit pkgdesc = A toolkit for converting source code to build artifacts in a repeatable manner - pkgver = 0.13.1 + pkgver = 0.13.2 pkgrel = 1 url = https://github.com/moby/buildkit arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = buildkit depends = runc depends = containerd options = !lto - source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.13.1 - sha256sums = cf1685c8a83091ca814432e4c59915867b92effc1f93d6266fa3c58f81f609f3 + source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.13.2 + sha256sums = 75ccb5e112e34daa72f4134051f5b4608ce403552e1b5fda4a80d0311ae4fa5f pkgname = buildkit ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Kenneth Endfinger <kaendfin...@gmail.com> pkgname=buildkit -pkgver=0.13.1 +pkgver=0.13.2 pkgrel=1 pkgdesc='A toolkit for converting source code to build artifacts in a repeatable manner' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('runc' 'containerd') makedepends=('git' 'go') options=('!lto') source=("$pkgname::git+$url.git#tag=v$pkgver") -sha256sums=('cf1685c8a83091ca814432e4c59915867b92effc1f93d6266fa3c58f81f609f3') +sha256sums=('75ccb5e112e34daa72f4134051f5b4608ce403552e1b5fda4a80d0311ae4fa5f') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/95e06ee6cb2c92329494b27c7e157f46243768e3 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/95e06ee6cb2c92329494b27c7e157f46243768e3 You're receiving this email because of your account on gitlab.archlinux.org.