Bump version to '2.7.0'

This commit is contained in:
Hunter Wittenborn 2022-07-22 15:34:20 -05:00
parent efebb638ff
commit d96bf7da06
No known key found for this signature in database
GPG Key ID: 874E6A18ED7BB529
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com> # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=docker-compose pkgname=docker-compose
pkgver=2.6.1 pkgver=2.7.0
pkgrel=1 pkgrel=1
pkgdesc='Define and run multi-container applications with Docker' pkgdesc='Define and run multi-container applications with Docker'
arch=('any') arch=('any')