Updated version to '2.2.3'

This commit is contained in:
Hunter Wittenborn 2022-01-08 18:53:45 -06:00
parent ba95fcdfd3
commit e4d6a40334
No known key found for this signature in database
GPG Key ID: A9678BE2A64D1DDF
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ generated-by = makedeb-makepkg
pkgbase = docker-compose pkgbase = docker-compose
pkgdesc = Define and run multi-container applications with Docker pkgdesc = Define and run multi-container applications with Docker
pkgver = 2.2.2 pkgver = 2.2.3
pkgrel = 2 pkgrel = 2
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.2.2.tar.gz source = https://github.com/docker/compose/archive/refs/tags/v2.2.3.tar.gz
sha256sums = SKIP sha256sums = SKIP
pkgname = docker-compose pkgname = docker-compose

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.2.2 pkgver=2.2.3
pkgrel=2 pkgrel=2
pkgdesc='Define and run multi-container applications with Docker' pkgdesc='Define and run multi-container applications with Docker'
arch=('any') arch=('any')