[arch-commits] Commit in docker-compose/trunk (PKGBUILD)
Andrew Crerar
andrewsc at archlinux.org
Mon May 10 13:16:39 UTC 2021
Date: Monday, May 10, 2021 @ 13:16:39
Author: andrewsc
Revision: 929533
upgpkg: docker-compose 1.29.2-1
Modified:
docker-compose/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 11:47:55 UTC (rev 929532)
+++ PKGBUILD 2021-05-10 13:16:39 UTC (rev 929533)
@@ -6,8 +6,8 @@
# Contributor: Josh VanderLinden <arch at cloudlery.com>
pkgname=docker-compose
-pkgver=1.29.1
-pkgrel=2
+pkgver=1.29.2
+pkgrel=1
pkgdesc="Fast, isolated development environments using Docker"
arch=('any')
url="https://www.docker.com/"
@@ -17,7 +17,7 @@
'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 'docker')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz")
-sha512sums=('d28298e6a80787d6ed822039214aa8b7fc10dca45e52f7ba499891e0a2f20715dc503edda673c239fdddd33f9941beedcefb34a79dd00ea2fa724d17d54be2f4')
+sha512sums=('09f2ae2ae7a17ab5fb3e22580f7a80f1a8253f7ad9fc8f29aca432911bcde46ed22030ff3073cdd7eff3d55aaba17f56e628a178ec05c3a9b4f28495d6045111')
build() {
cd "compose-$pkgver"
More information about the arch-commits
mailing list