makedeb
Define and run multi-container applications with Docker
Click here to go back to the commit logs for docker-compose.
Hash: 80e5375f512f0bebe117eaf6c5daf91df9ce7cd7
Message: Bump version to '2.17.2-1'
diff --git a/.SRCINFO b/.SRCINFO
index 55d0db5..90571bc 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.17.1
+pkgver = 2.17.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.17.1.tar.gz
+source = https://github.com/docker/compose/archive/refs/tags/v2.17.2.tar.gz
sha256sums = SKIP
makedepends = golang-go>=1.17
diff --git a/PKGBUILD b/PKGBUILD
index 7998084..3ef8596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=docker-compose
-pkgver=2.17.1
+pkgver=2.17.2
pkgrel=1
pkgdesc='Define and run multi-container applications with Docker'
arch=('any')