Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / docker
Commits: 198bb986 by Lukas Fleischer at 2024-07-02T09:24:17+12:00 upgpkg: 1:27.0.3-1: update to 27.0.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = docker pkgdesc = Pack, ship and run any application as a lightweight container - pkgver = 27.0.2 + pkgver = 27.0.3 pkgrel = 1 epoch = 1 url = https://www.docker.com/ @@ -29,12 +29,12 @@ pkgbase = docker optdepends = docker-scan: vulnerability scanner optdepends = docker-buildx: extended build capabilities options = !lto - source = git+https://github.com/docker/cli.git#tag=v27.0.2 - source = git+https://github.com/moby/moby.git#tag=v27.0.2 + source = git+https://github.com/docker/cli.git#tag=v27.0.3 + source = git+https://github.com/moby/moby.git#tag=v27.0.3 source = git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240 source = docker.sysusers - sha256sums = 1eeaf95eb75fbd4f83f362b9df43c8db356858d3c4141e210743d79f03688c0a - sha256sums = f952deef164137bbea9e4104ad337d0ad770292f803307b74e4c680d10fe53ad + sha256sums = 0f16cdb586326d7bed2868b0771ce775b554e42bbdbcaef1c17bdaba4dc784d3 + sha256sums = af18c5ac9d349c30927a0f0f5af2f2ba39eace6531b7ed02b75f9b002cf3a56f sha256sums = 28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121 sha256sums = 541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <foxbo...@archlinux.org> pkgname=docker -pkgver=27.0.2 +pkgver=27.0.3 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -22,8 +22,8 @@ source=("git+https://github.com/docker/cli.git#tag=v$pkgver" "git+https://github.com/moby/moby.git#tag=v$pkgver" "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT" "$pkgname.sysusers") -sha256sums=('1eeaf95eb75fbd4f83f362b9df43c8db356858d3c4141e210743d79f03688c0a' - 'f952deef164137bbea9e4104ad337d0ad770292f803307b74e4c680d10fe53ad' +sha256sums=('0f16cdb586326d7bed2868b0771ce775b554e42bbdbcaef1c17bdaba4dc784d3' + 'af18c5ac9d349c30927a0f0f5af2f2ba39eace6531b7ed02b75f9b002cf3a56f' '28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121' '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/198bb986158f513c546acbcba9fd727bc8b20035 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/198bb986158f513c546acbcba9fd727bc8b20035 You're receiving this email because of your account on gitlab.archlinux.org.