[arch-commits] Commit in docker-compose/trunk (PKGBUILD)

Andrew Crerar andrewsc at archlinux.org
Fri Jan 24 19:40:14 UTC 2020


    Date: Friday, January 24, 2020 @ 19:40:13
  Author: andrewsc
Revision: 555358

upgpkg: docker-compose 1.25.3-1

Modified:
  docker-compose/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-24 19:36:12 UTC (rev 555357)
+++ PKGBUILD	2020-01-24 19:40:13 UTC (rev 555358)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.25.2
+pkgver=1.25.3
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -16,8 +16,8 @@
          'python-texttable' 'python-websocket-client' 'python-docker' 'python-dockerpty'
          'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 'python-paramiko')
 checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz")
-sha512sums=('ce045c6af233d6d03fd26100bce836444abb3022d6661ac6073cd8c6b8ed1cc0bbef9cbfad73672c8d3b6f3a12ee98e6e60c5f1b90360f778d5fa8d18e00179e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz")
+sha512sums=('92c7bb2adf5fd033add0bfe92634c04d0acb69846daabb215eea696d396fbcc13ffa175173544c4e2a3ae0c0ec0ac81526b6cef68cdcfe0eecec6ac894c6f8f2')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list