Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(docker-compose-plugin-bin): 2.30.3 -> 2.32.4 #6910

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/docker-compose-plugin-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pkgbase = docker-compose-plugin-bin
gives = docker-compose-plugin
pkgver = 2.30.3
pkgver = 2.32.4
pkgdesc = Docker Compose cli plugin
url = https://github.com/docker/compose
arch = amd64
arch = arm64
replaces = docker-compose-plugin
maintainer = Oren Klopfer <oren@taumoda.com>
repology = project: docker-compose
source_amd64 = https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64
sha256sums_amd64 = fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016
source_arm64 = https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64
sha256sums_arm64 = 8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1
source_amd64 = https://github.com/docker/compose/releases/download/v2.32.4/docker-compose-linux-x86_64
sha256sums_amd64 = ed1917fb54db184192ea9d0717bcd59e3662ea79db48bff36d3475516c480a6b
source_arm64 = https://github.com/docker/compose/releases/download/v2.32.4/docker-compose-linux-aarch64
sha256sums_arm64 = 0c4591cf3b1ed039adcd803dbbeddf757375fc08c11245b0154135f838495a2f

pkgname = docker-compose-plugin-bin
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgname="docker-compose-plugin-bin"
gives="docker-compose-plugin"
replaces=("${gives}")
pkgver="2.30.3"
pkgver="2.32.4"
pkgdesc="Docker Compose cli plugin"
url='https://github.com/docker/compose'
arch=('amd64' 'arm64')
repology=("project: docker-compose")
maintainer=("Oren Klopfer <oren@taumoda.com>")
sha256sums_amd64=("fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016")
sha256sums_arm64=("8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1")
sha256sums_amd64=("ed1917fb54db184192ea9d0717bcd59e3662ea79db48bff36d3475516c480a6b")
sha256sums_arm64=("0c4591cf3b1ed039adcd803dbbeddf757375fc08c11245b0154135f838495a2f")
source_amd64=("https://github.com/docker/compose/releases/download/v${pkgver}/docker-compose-linux-x86_64")
source_arm64=("https://github.com/docker/compose/releases/download/v${pkgver}/docker-compose-linux-aarch64")

10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
@@ -2155,18 +2155,18 @@ pkgname = docker-buildx-plugin-bin
---
pkgbase = docker-compose-plugin-bin
gives = docker-compose-plugin
pkgver = 2.30.3
pkgver = 2.32.4
pkgdesc = Docker Compose cli plugin
url = https://github.com/docker/compose
arch = amd64
arch = arm64
replaces = docker-compose-plugin
maintainer = Oren Klopfer <oren@taumoda.com>
repology = project: docker-compose
source_amd64 = https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64
sha256sums_amd64 = fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016
source_arm64 = https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64
sha256sums_arm64 = 8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1
source_amd64 = https://github.com/docker/compose/releases/download/v2.32.4/docker-compose-linux-x86_64
sha256sums_amd64 = ed1917fb54db184192ea9d0717bcd59e3662ea79db48bff36d3475516c480a6b
source_arm64 = https://github.com/docker/compose/releases/download/v2.32.4/docker-compose-linux-aarch64
sha256sums_arm64 = 0c4591cf3b1ed039adcd803dbbeddf757375fc08c11245b0154135f838495a2f

pkgname = docker-compose-plugin-bin
---