docker-compose: Bump to 2.17.1

This commit is contained in:
Tee KOBAYASHI 2023-03-25 17:21:13 +09:00 committed by xtkoba
parent 4b766fcc19
commit 89654ba097
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.17.0
TERMUX_PKG_VERSION=2.17.1
TERMUX_PKG_SRCURL="https://github.com/docker/compose/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=672c875af691b2a4d7d231caf0d2602d839effefe8e7166a0ebfc333ad99c23b
TERMUX_PKG_SHA256=7b56f480166db25c4ef22d1f8c015a4789a6374dcd802d54eebf7b50c516be51
TERMUX_PKG_DEPENDS=docker
termux_step_make() {