summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmytro Aleksandrov2019-03-29 17:36:52 +0200
committerDmytro Aleksandrov2019-03-29 17:36:52 +0200
commite16f89da1279c631e806df9e415a7cf7b240e416 (patch)
tree93325c47c674d53f893a603731483143312d6fd5 /PKGBUILD
parentb74a98d80da0790e29cdbc060387dad8b62efe0d (diff)
downloadaur-e16f89da1279c631e806df9e415a7cf7b240e416.tar.gz
1.24 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8b09cb974e8..0510918a2f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.23.2
+pkgver=1.24.0
pkgrel=1
pkgdesc="Pythonless package of a a tool for defining and running multi-container applications"
depends=('docker')
@@ -14,8 +14,8 @@ source=(
)
url="https://github.com/docker/compose"
license=("Apache")
-sha256sums=('4d618e19b91b9a49f36d041446d96a1a0a067c676330a4f25aca6bbd000de7a9'
- '18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6')
+sha256sums=('bee6460f96339d5d978bb63d17943f773e1a140242dfa6c941d5e020a302c91b'
+ '31933e401d295812617f23377f63fc2b8da13d8456b61a60cec0e02afcad5672')
package() {
cd "$srcdir"