summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Weißschuh2023-05-02 06:53:49 +0200
committerThomas Weißschuh2023-05-02 06:53:49 +0200
commit3e7604de9a39db58994e74a7b20e0a123a31dab6 (patch)
tree8b58083909491ca8c63d288f24c448f3fe1c32b2 /PKGBUILD
parent680c92373847cc62f62dc4ddb9ed1392e1d56091 (diff)
downloadaur-docker-compose-cli.tar.gz
1.0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1641b7f03190..fc3e9621daff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <aur t-8ch de>
pkgname=docker-compose-cli
-pkgver=1.0.29
+pkgver=1.0.32
pkgrel=1
pkgdesc="Easily run your Compose application to the cloud with compose-cli"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=(Apache)
source=("https://github.com/docker/compose-cli/archive/refs/tags/v${pkgver}.tar.gz")
depends=('docker')
makedepends=('go')
-sha256sums=('af1505e3e7cb3a9cdfda54b47c108dbfec4465a9d06b8e0235d2ea5ea05b287c')
+sha256sums=('02d84445cbff3304e020c7672580f1607dd8c0c06e06ab1974ad6e5ce7557fe5')
prepare(){
cd "compose-cli-$pkgver"