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.29.1 -> 2.30.3 #6644

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
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.29.1
pkgver = 2.30.3
pkgdesc = Docker Compose cli plugin
url = https://github.com/docker/compose
arch = amd64
arch = arm64
replaces = docker-compose-plugin
maintainer = Oren Klopfer <[email protected]>
repology = project: docker-compose
source_amd64 = https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64
sha256sums_amd64 = 5ea89dd65d33912a83737d8a4bf070d5de534a32b8493a21fbefc924484786a9
source_arm64 = https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-aarch64
sha256sums_arm64 = 7f0023ba726b90347e4ebc1d94ec5970390b8bddb86402c0429f163dca70d745
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

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.29.1"
pkgver="2.30.3"
pkgdesc="Docker Compose cli plugin"
url='https://github.com/docker/compose'
arch=('amd64' 'arm64')
repology=("project: docker-compose")
maintainer=("Oren Klopfer <[email protected]>")
sha256sums_amd64=("5ea89dd65d33912a83737d8a4bf070d5de534a32b8493a21fbefc924484786a9")
sha256sums_arm64=("7f0023ba726b90347e4ebc1d94ec5970390b8bddb86402c0429f163dca70d745")
sha256sums_amd64=("fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016")
sha256sums_arm64=("8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1")
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")

Expand Down
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -2066,18 +2066,18 @@ pkgname = docker-buildx-plugin-bin
---
pkgbase = docker-compose-plugin-bin
gives = docker-compose-plugin
pkgver = 2.29.1
pkgver = 2.30.3
pkgdesc = Docker Compose cli plugin
url = https://github.com/docker/compose
arch = amd64
arch = arm64
replaces = docker-compose-plugin
maintainer = Oren Klopfer <[email protected]>
repology = project: docker-compose
source_amd64 = https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64
sha256sums_amd64 = 5ea89dd65d33912a83737d8a4bf070d5de534a32b8493a21fbefc924484786a9
source_arm64 = https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-aarch64
sha256sums_arm64 = 7f0023ba726b90347e4ebc1d94ec5970390b8bddb86402c0429f163dca70d745
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

pkgname = docker-compose-plugin-bin
---
Expand Down
Loading