Bump version to '2.10.0'

This commit is contained in:
Hunter Wittenborn 2022-08-22 16:40:14 -05:00
parent 86a5ba7194
commit 0049df6ffb
No known key found for this signature in database
GPG Key ID: 874E6A18ED7BB529
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ pkgname = docker-compose
pkgbase = docker-compose
pkgdesc = Define and run multi-container applications with Docker
pkgrel = 1
pkgver = 2.9.0
pkgver = 2.10.0
url = https://docs.docker.com/compose/
arch = any
license = Apache-2.0
makedepends = golang-go>=1.17
source = https://github.com/docker/compose/archive/refs/tags/v2.9.0.tar.gz
source = https://github.com/docker/compose/archive/refs/tags/v2.10.0.tar.gz
sha256sums = SKIP
makedepends = golang-go>=1.17

View File

@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=docker-compose
pkgver=2.9.0
pkgver=2.10.0
pkgrel=1
pkgdesc='Define and run multi-container applications with Docker'
arch=('any')
@ -13,7 +13,7 @@ sha256sums=('SKIP')
build() {
cd "compose-${pkgver}/"
go build -trimpath -o "${pkgname}" ./cmd
go build -trimpath -o "${pkgname}" -ldflags="-X=github.com/docker/compose/v2/internal.Version=v${pkgver}" ./cmd
}
package() {