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

Morten Linderud foxboron at archlinux.org
Wed Jan 22 19:45:02 UTC 2020


    Date: Wednesday, January 22, 2020 @ 19:45:02
  Author: foxboron
Revision: 554458

upgpkg: docker-compose 1.25.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 19:44:59 UTC (rev 554457)
+++ PKGBUILD	2020-01-22 19:45:02 UTC (rev 554458)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.25.1
+pkgver=1.25.2
 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/$pkgver.tar.gz")
-sha512sums=('5e58edd3364caecc9b6ec0e92e629e624694e42f96da836378648918dfaa41ddc0c99b107f2d3f11d1dd6ab86a516a7b2da3783b542623440d8c0c6628c05020')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz")
+sha512sums=('ce045c6af233d6d03fd26100bce836444abb3022d6661ac6073cd8c6b8ed1cc0bbef9cbfad73672c8d3b6f3a12ee98e6e60c5f1b90360f778d5fa8d18e00179e')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list