docker-compose: Update to version 2.15.1

Signed-off-by: Javier Marcet <javier@marcet.info>
(cherry picked from commit e7f2e6f01c)
This commit is contained in:
Javier Marcet 2023-01-09 20:56:58 +01:00 committed by Tianling Shen
parent 2feedb1e2a
commit 68d3d099b2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
PKG_VERSION:=2.15.0
PKG_VERSION:=2.15.1
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
PKG_HASH:=da1e2b9760596dad690d5c6bc1a1c3868c67994836c2bb7e3ffbe9c811a9c580
PKG_HASH:=8ace5441826c6f07f5aa12c1864f73d30a362703492d9ed4b2e2314d3b353b1b
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>