summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Aleksandrov2018-05-10 22:35:17 +0300
committerDmytro Aleksandrov2018-05-10 22:35:17 +0300
commitf89fa4c67e4902b4e8a2f220d01273dcef3ee0c5 (patch)
treef3293d0710f28b7566e005743498714505c4233d
parent5869fb2e92ed7af6a56f41178cfe94a7f911db8c (diff)
downloadaur-f89fa4c67e4902b4e8a2f220d01273dcef3ee0c5.tar.gz
1.21.2 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c57204e15b0..2f6460f65401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-compose-bin
pkgdesc = Pythonless package of a a tool for defining and running multi-container applications
- pkgver = 1.21.0
+ pkgver = 1.21.2
pkgrel = 1
url = https://github.com/docker/compose
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = docker-compose-bin
depends = docker
conflicts = docker-compose
options = !strip
- source = https://github.com/docker/compose/releases/download/1.21.0/docker-compose-Linux-x86_64
- source = https://github.com/docker/compose/archive/1.21.0.tar.gz
- sha256sums = af639f5e9ca229442c8738135b5015450d56e2c1ae07c0aaa93b7da9fe09c2b0
- sha256sums = 75c954d27f43e6e50f3710f4157abad264d6744f8b96c9edd25569d356b8f596
+ source = https://github.com/docker/compose/releases/download/1.21.2/docker-compose-Linux-x86_64
+ source = https://github.com/docker/compose/archive/1.21.2.tar.gz
+ sha256sums = 8a11713e11ed73abcb3feb88cd8b5674b3320ba33b22b2ba37915b4ecffdf042
+ sha256sums = 3fdaa361dceb919b6008a925b8b672d7402cc3dd8277b8f26b028dd546d39926
pkgname = docker-compose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0df4ff99331c..a47953c6594c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.21.0
+pkgver=1.21.2
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=('af639f5e9ca229442c8738135b5015450d56e2c1ae07c0aaa93b7da9fe09c2b0'
- '75c954d27f43e6e50f3710f4157abad264d6744f8b96c9edd25569d356b8f596')
+sha256sums=('8a11713e11ed73abcb3feb88cd8b5674b3320ba33b22b2ba37915b4ecffdf042'
+ '3fdaa361dceb919b6008a925b8b672d7402cc3dd8277b8f26b028dd546d39926')
package() {
cd "$srcdir"