summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmytro Aleksandrov2020-09-18 09:24:44 +0300
committerDmytro Aleksandrov2020-09-18 09:24:44 +0300
commit8925d7e6f37b6e6d595a3e15fead6ba798888b00 (patch)
tree2a7245260d702e39583fd6921adfe7d32b10c0b1 /PKGBUILD
parenta883b245472696f440ddb84754b0311d0c24a91b (diff)
downloadaur-8925d7e6f37b6e6d595a3e15fead6ba798888b00.tar.gz
1.27.3 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c5a4efde6bc..a1f9822422c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.27.2
+pkgver=1.27.3
pkgrel=1
pkgdesc="Pythonless package of a a tool for defining and running multi-container applications"
depends=('docker')
@@ -15,8 +15,8 @@ source=(
)
url="https://github.com/docker/compose"
license=("Apache")
-sha256sums=('9e7885186d502f4920b8e8926617128765856f758f13c5f771da5b0338e690ce'
- '685abdef2720fdab30f8f9648d70e80f3a8b93be444c1829f9cd6e2ff91d11ae')
+sha256sums=('92055c48e1514c0377b76ed3df87f505c50099145d86835b06fa5109811b6a83'
+ '38965a06a1f355f89ad1f905f959b0204325f5fc5632108fa2d8d8ff5f964445')
package() {
cd "$srcdir"