Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / docker
Commits: bf13c243 by Morten Linderud at 2025-02-24T22:59:58+01:00 upgpkg: 1:28.0.0-1 - - - - - 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.5.1 + pkgver = 28.0.0 pkgrel = 1 epoch = 1 url = https://www.docker.com/ @@ -27,12 +27,12 @@ pkgbase = docker optdepends = pigz: parallel gzip compressor support optdepends = docker-buildx: extended build capabilities options = !lto - source = git+https://github.com/docker/cli.git#tag=v27.5.1 - source = git+https://github.com/moby/moby.git#tag=v27.5.1 + source = git+https://github.com/docker/cli.git#tag=v28.0.0 + source = git+https://github.com/moby/moby.git#tag=v28.0.0 source = git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240 source = docker.sysusers - sha256sums = 76d45632cb121fdab449512dbb87ce3803e1371d96740be38bcad143aba2a788 - sha256sums = 898cf1ddcb24a9438cff8356a41f5c39c415ab8878971887493babe551de0f8d + sha256sums = 79ff9dc506acacdd9b6b4508d01d7bb658f38f510d0d3c6804c4eac3a11f8355 + sha256sums = df83e1abfd8f1ed6726a9179ed69a0608532e5fdfd56e88580a71c9cfad47a01 sha256sums = 28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121 sha256sums = 541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <foxbo...@archlinux.org> pkgname=docker -pkgver=27.5.1 +pkgver=28.0.0 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -21,8 +21,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=('76d45632cb121fdab449512dbb87ce3803e1371d96740be38bcad143aba2a788' - '898cf1ddcb24a9438cff8356a41f5c39c415ab8878971887493babe551de0f8d' +sha256sums=('79ff9dc506acacdd9b6b4508d01d7bb658f38f510d0d3c6804c4eac3a11f8355' + 'df83e1abfd8f1ed6726a9179ed69a0608532e5fdfd56e88580a71c9cfad47a01' '28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121' '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/bf13c2434cafd6d14eddd669b08702adcaa77c0d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/bf13c2434cafd6d14eddd669b08702adcaa77c0d You're receiving this email because of your account on gitlab.archlinux.org.