docker-compose: Bump to 2.14.2

This commit is contained in:
Tee KOBAYASHI 2022-12-22 00:19:35 +09:00 committed by xtkoba
parent 075c7406af
commit b972502a82
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/docker/compose
TERMUX_PKG_DESCRIPTION="Compose is a tool for defining and running multi-container Docker applications."
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.14.1
TERMUX_PKG_VERSION=2.14.2
TERMUX_PKG_SRCURL="https://github.com/docker/compose/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=4e3e92169ad9142718a168b71dc5027f173be4cdb6563f42c60677818efd7509
TERMUX_PKG_SHA256=72f25596fdaf3bfbb685460c6003acd7ea904b95f12151f892bb199f985fa285
TERMUX_PKG_DEPENDS=docker
termux_step_make() {