Skip to content

Commit

Permalink
upd(docker-compose-plugin-bin): 2.29.1 -> 2.30.3 (#6644)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Nov 14, 2024
1 parent 6afbaa0 commit d6def72
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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 @@ -2042,18 +2042,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

0 comments on commit d6def72

Please sign in to comment.