Skip to content

Commit c6745fe

Browse files
committed
docker-compose: [WIP] Update to version 5.0.0
- Build fails with: Finding targets no required module provides package github.com/docker/compose/v2/cmd; to add it: go get github.com/docker/compose/v2/cmd Building targets no Go files in ./build_dir/target-x86_64_musl/compose-5.0.0/.go_work/build make[2]: *** [Makefile:50: ./build_dir/target-x86_64_musl/compose-5.0.0/.built] Error 1 make[2]: Leaving directory './feeds/packages/utils/docker-compose' time: package/feeds/packages/docker-compose/compile#0.52#0.55#2.28 ERROR: package/feeds/packages/docker-compose failed to build. make[1]: *** [package/Makefile:187: package/feeds/packages/docker-compose/compile] Error 1 make: *** [./include/toplevel.mk:233: package/feeds/packages/docker-compose/compile] Error 2 Signed-off-by: Javier Marcet <[email protected]>
1 parent 57242e5 commit c6745fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/docker-compose/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=compose
4-
PKG_VERSION:=2.40.3
4+
PKG_VERSION:=5.0.0
55
PKG_RELEASE:=1
66
PKG_LICENSE:=Apache-2.0
77
PKG_LICENSE_FILES:=LICENSE
88

99
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
1010
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
11-
PKG_HASH:=5ee988a7d9e00ffa2d166a50f4cda0e13622f2220f1ffa6aff353f33cf40e37e
11+
PKG_HASH:=2c50b805cbb35c7257b54e739aa71c5d7aa5da3a8b2da5c5bb8f145c3bf02e96
1212

1313
PKG_MAINTAINER:=Javier Marcet <[email protected]>
1414

0 commit comments

Comments
 (0)