Bump version to '2.11.2-1'

This commit is contained in:
Hunter Wittenborn 2022-10-10 08:08:03 +00:00
parent fc210c7914
commit 67d086aa4f
2 changed files with 3 additions and 3 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.10.2
pkgver = 2.11.2
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.10.2.tar.gz
source = https://github.com/docker/compose/archive/refs/tags/v2.11.2.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.10.2
pkgver=2.11.2
pkgrel=1
pkgdesc='Define and run multi-container applications with Docker'
arch=('any')