Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
docker
Commits:
062356ad by Morten Linderud at 2024-08-18T16:51:04+02:00
upgpkg: 1:27.1.2-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.1.1
+ pkgver = 27.1.2
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.1.1
- source = git+https://github.com/moby/moby.git#tag=v27.1.1
+ source = git+https://github.com/docker/cli.git#tag=v27.1.2
+ source = git+https://github.com/moby/moby.git#tag=v27.1.2
source =
git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240
source = docker.sysusers
- sha256sums =
4ed0d3d0427cc06c92bacae0a02683ec5bfd7a4705d9ee6082eece90883c16b9
- sha256sums =
b01447e534d0dd60860227b197f1387067ba74430631fac6a66e9658b1a1c595
+ sha256sums =
095d2941be2cfbeb863d62aed7303500d01c13242f8e062de71f3eb0d68a0f1f
+ sha256sums =
6d7e1d37a2f8322a929be2b42939c1a368d61cd335ca83be6224010ac7eb02db
sha256sums =
28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121
sha256sums =
541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=docker
-pkgver=27.1.1
+pkgver=27.1.2
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=('4ed0d3d0427cc06c92bacae0a02683ec5bfd7a4705d9ee6082eece90883c16b9'
- 'b01447e534d0dd60860227b197f1387067ba74430631fac6a66e9658b1a1c595'
+sha256sums=('095d2941be2cfbeb863d62aed7303500d01c13242f8e062de71f3eb0d68a0f1f'
+ '6d7e1d37a2f8322a929be2b42939c1a368d61cd335ca83be6224010ac7eb02db'
'28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121'
'541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/062356adb6b3a0cc4432a26cd812565b7eb1b1e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/062356adb6b3a0cc4432a26cd812565b7eb1b1e1
You're receiving this email because of your account on gitlab.archlinux.org.