This commit is contained in:
Jonathan Apodaca 2023-11-17 13:14:28 -07:00
parent e73bcc1a2c
commit 7738192c4e
3 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,9 @@ pkgname = docker-compose-bin
pkgbase = docker-compose-bin
pkgdesc = Define and run multi-container applications with Docker
pkgrel = 1
pkgver = 2.23.0
pkgver = 2.23.1
url = https://docs.docker.com/compose/
arch = amd64
license = Apache-2.0
source = https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-linux-x86_64
source = https://github.com/docker/compose/releases/download/v2.23.1/docker-compose-linux-x86_64
sha256sums = b49e358d11c198fa228fb7eca2a177affd8e1e33e06d29940668668482f797cd

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.deb
pkg/
src/

View File

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