makedeb


docker-compose 2.27.0-1


Define and run multi-container applications with Docker

Click here to go back to the commit logs for docker-compose.

Commit:


Hash: 75e3406ba17515b9d4dbc906dfedf8eebfd07015

Message: Bump version to '2.16.0-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dff6de4..fbb7fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = docker-compose
 pkgbase = docker-compose
 pkgdesc = Define and run multi-container applications with Docker
 pkgrel = 1
-pkgver = 2.15.1
+pkgver = 2.16.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.15.1.tar.gz
+source = https://github.com/docker/compose/archive/refs/tags/v2.16.0.tar.gz
 sha256sums = SKIP
 makedepends = golang-go>=1.17
diff --git a/PKGBUILD b/PKGBUILD
index 9be7a97..f02db16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=docker-compose
-pkgver=2.15.1
+pkgver=2.16.0
 pkgrel=1
 pkgdesc='Define and run multi-container applications with Docker'
 arch=('any')