summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Aleksandrov2020-09-18 09:24:44 +0300
committerDmytro Aleksandrov2020-09-18 09:24:44 +0300
commit8925d7e6f37b6e6d595a3e15fead6ba798888b00 (patch)
tree2a7245260d702e39583fd6921adfe7d32b10c0b1
parenta883b245472696f440ddb84754b0311d0c24a91b (diff)
downloadaur-8925d7e6f37b6e6d595a3e15fead6ba798888b00.tar.gz
1.27.3 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c12ac9102c..4e896458eb5f 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.27.2
+ pkgver = 1.27.3
pkgrel = 1
url = https://github.com/docker/compose
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = docker-compose-bin
provides = docker-compose
conflicts = docker-compose
options = !strip
- source = docker-compose-1.27.2::https://github.com/docker/compose/releases/download/1.27.2/docker-compose-Linux-x86_64
- source = https://github.com/docker/compose/archive/1.27.2.tar.gz
- sha256sums = 9e7885186d502f4920b8e8926617128765856f758f13c5f771da5b0338e690ce
- sha256sums = 685abdef2720fdab30f8f9648d70e80f3a8b93be444c1829f9cd6e2ff91d11ae
+ source = docker-compose-1.27.3::https://github.com/docker/compose/releases/download/1.27.3/docker-compose-Linux-x86_64
+ source = https://github.com/docker/compose/archive/1.27.3.tar.gz
+ sha256sums = 92055c48e1514c0377b76ed3df87f505c50099145d86835b06fa5109811b6a83
+ sha256sums = 38965a06a1f355f89ad1f905f959b0204325f5fc5632108fa2d8d8ff5f964445
pkgname = docker-compose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4c5a4efde6bc..a1f9822422c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.27.2
+pkgver=1.27.3
pkgrel=1
pkgdesc="Pythonless package of a a tool for defining and running multi-container applications"
depends=('docker')
@@ -15,8 +15,8 @@ source=(
)
url="https://github.com/docker/compose"
license=("Apache")
-sha256sums=('9e7885186d502f4920b8e8926617128765856f758f13c5f771da5b0338e690ce'
- '685abdef2720fdab30f8f9648d70e80f3a8b93be444c1829f9cd6e2ff91d11ae')
+sha256sums=('92055c48e1514c0377b76ed3df87f505c50099145d86835b06fa5109811b6a83'
+ '38965a06a1f355f89ad1f905f959b0204325f5fc5632108fa2d8d8ff5f964445')
package() {
cd "$srcdir"