Skip to content

Commit

Permalink
upd(docker-bin): 27.1.1 -> 27.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Nov 14, 2024
1 parent f787f42 commit 66414c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/docker-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = docker-bin
gives = docker
pkgver = 27.1.1
pkgver = 27.3.1
pkgdesc = Docker Engine Static Binaries
arch = arm64
arch = amd64
Expand Down Expand Up @@ -30,9 +30,9 @@ pkgbase = docker-bin
provides = runc
maintainer = Oren Klopfer <[email protected]>
repology = project: docker
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.1.1.tgz
sha256sums_arm64 = 86a395f67a5a23d8eb207ab5a9ab32a51f7fccd8b18dae40887e738db95c6bc4
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.1.1.tgz
sha256sums_amd64 = 118da6b8fc8e8b6c086ab0dd5e64ee549376c3a3f963723bbc9a46db475bf21f
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz
sha256sums_arm64 = 4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz
sha256sums_amd64 = 9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3

pkgname = docker-bin
6 changes: 3 additions & 3 deletions packages/docker-bin/docker-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ provides=("${gives}-ce" "${gives}-ce-cli" "${gives}.io" "containerd.io" "contain
replaces=("${gives}-desktop" "${provides[@]}")
conflicts=("${replaces[@]}")
repology=("project: ${gives}")
pkgver="27.1.1"
pkgver="27.3.1"
depends=("procps" "git" "iptables" "fuse-overlayfs")
pkgdesc="Docker Engine Static Binaries"
maintainer=("Oren Klopfer <[email protected]>")
arch=('arm64' 'amd64')
sha256sums_arm64=("86a395f67a5a23d8eb207ab5a9ab32a51f7fccd8b18dae40887e738db95c6bc4")
sha256sums_amd64=("118da6b8fc8e8b6c086ab0dd5e64ee549376c3a3f963723bbc9a46db475bf21f")
sha256sums_arm64=("4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4")
sha256sums_amd64=("9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3")
source_amd64=("https://download.docker.com/linux/static/stable/x86_64/${gives}-${pkgver}.tgz")
source_arm64=("https://download.docker.com/linux/static/stable/aarch64/${gives}-${pkgver}.tgz")

Expand Down
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ pkgname = doas-git
---
pkgbase = docker-bin
gives = docker
pkgver = 27.1.1
pkgver = 27.3.1
pkgdesc = Docker Engine Static Binaries
arch = arm64
arch = amd64
Expand Down Expand Up @@ -2040,10 +2040,10 @@ pkgbase = docker-bin
provides = runc
maintainer = Oren Klopfer <[email protected]>
repology = project: docker
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.1.1.tgz
sha256sums_arm64 = 86a395f67a5a23d8eb207ab5a9ab32a51f7fccd8b18dae40887e738db95c6bc4
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.1.1.tgz
sha256sums_amd64 = 118da6b8fc8e8b6c086ab0dd5e64ee549376c3a3f963723bbc9a46db475bf21f
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz
sha256sums_arm64 = 4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz
sha256sums_amd64 = 9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3

pkgname = docker-bin
---
Expand Down

0 comments on commit 66414c2

Please sign in to comment.