Browse Source
Merge pull request #14519 from jmarcet/docker-compose-update
docker-compose: update to v1.28.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
utils/docker-compose/Makefile
|
|
@ -1,11 +1,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=docker-compose |
|
|
|
PKG_VERSION:=1.27.4 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.28.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=docker-compose |
|
|
|
PKG_HASH:=5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83 |
|
|
|
PKG_HASH:=947888fe9377b48c260d59b6511ba205655c6beb45a4b70fbce28f753aacf75a |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|