Skip to content

Commit 7d6aafe

Browse files
oklopferook37
andauthored
upd(docker-bin): 27.3.1 -> 27.5.0 (#6908)
Co-authored-by: ook37 <oren+12345@taumoda.com>
1 parent d0bcce3 commit 7d6aafe

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/docker-bin/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = docker-bin
22
gives = docker
3-
pkgver = 27.3.1
3+
pkgver = 27.5.0
44
pkgdesc = Docker Engine Static Binaries
55
arch = arm64
66
arch = amd64
@@ -30,9 +30,9 @@ pkgbase = docker-bin
3030
provides = runc
3131
maintainer = Oren Klopfer <oren@taumoda.com>
3232
repology = project: docker
33-
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz
34-
sha256sums_arm64 = 4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4
35-
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz
36-
sha256sums_amd64 = 9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3
33+
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.5.0.tgz
34+
sha256sums_arm64 = b93df316480e939712c67e2c37a7cc1442bcedbf6ca91a945b11c8afc246ff0f
35+
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.5.0.tgz
36+
sha256sums_amd64 = 4fca6bb9a3f4e13c50dea35aeef57aad735aed8e7eff67ef3741f777ce2c2eb7
3737

3838
pkgname = docker-bin

packages/docker-bin/docker-bin.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ provides=("${gives}-ce" "${gives}-ce-cli" "${gives}.io" "containerd.io" "contain
44
replaces=("${gives}-desktop" "${provides[@]}")
55
conflicts=("${replaces[@]}")
66
repology=("project: ${gives}")
7-
pkgver="27.3.1"
7+
pkgver="27.5.0"
88
depends=("procps" "git" "iptables" "fuse-overlayfs")
99
pkgdesc="Docker Engine Static Binaries"
1010
maintainer=("Oren Klopfer <oren@taumoda.com>")
1111
arch=('arm64' 'amd64')
12-
sha256sums_arm64=("4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4")
13-
sha256sums_amd64=("9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3")
12+
sha256sums_arm64=("b93df316480e939712c67e2c37a7cc1442bcedbf6ca91a945b11c8afc246ff0f")
13+
sha256sums_amd64=("4fca6bb9a3f4e13c50dea35aeef57aad735aed8e7eff67ef3741f777ce2c2eb7")
1414
source_amd64=("https://download.docker.com/linux/static/stable/x86_64/${gives}-${pkgver}.tgz")
1515
source_arm64=("https://download.docker.com/linux/static/stable/aarch64/${gives}-${pkgver}.tgz")
1616

srclist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ pkgname = doas-git
21002100
---
21012101
pkgbase = docker-bin
21022102
gives = docker
2103-
pkgver = 27.3.1
2103+
pkgver = 27.5.0
21042104
pkgdesc = Docker Engine Static Binaries
21052105
arch = arm64
21062106
arch = amd64
@@ -2130,10 +2130,10 @@ pkgbase = docker-bin
21302130
provides = runc
21312131
maintainer = Oren Klopfer <oren@taumoda.com>
21322132
repology = project: docker
2133-
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz
2134-
sha256sums_arm64 = 4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4
2135-
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz
2136-
sha256sums_amd64 = 9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3
2133+
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.5.0.tgz
2134+
sha256sums_arm64 = b93df316480e939712c67e2c37a7cc1442bcedbf6ca91a945b11c8afc246ff0f
2135+
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.5.0.tgz
2136+
sha256sums_amd64 = 4fca6bb9a3f4e13c50dea35aeef57aad735aed8e7eff67ef3741f777ce2c2eb7
21372137

21382138
pkgname = docker-bin
21392139
---

0 commit comments

Comments
 (0)