Skip to content

Commit 57f2d63

Browse files
committed
dockerd:update to v29.1.1
docker version 29.x has an extra "docker-" prefix. add "docker-" prefix to "PKG_GIT_REF".
1 parent 61c1e86 commit 57f2d63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/dockerd/Makefile

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

33
PKG_NAME:=dockerd
4-
PKG_VERSION:=27.3.1
5-
PKG_RELEASE:=4
4+
PKG_VERSION:=29.1.1
5+
PKG_RELEASE:=1
66
PKG_LICENSE:=Apache-2.0
77
PKG_LICENSE_FILES:=LICENSE
88

99
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1010
PKG_GIT_URL:=github.com/moby/moby
11-
PKG_GIT_REF:=v$(PKG_VERSION)
11+
PKG_GIT_REF:=docker-v$(PKG_VERSION)
1212
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
13-
PKG_HASH:=d18208d9e0b6421307342cdef266193984c97c87177b9262b1113e6e9e7e020e
14-
PKG_GIT_SHORT_COMMIT:=41ca978 # SHA1 used within the docker executables
13+
PKG_HASH:=65221f1c70feb1bd1562bb1017b586e4528be877656dc16f5be5659fc9b7e522
14+
PKG_GIT_SHORT_COMMIT:=9a84135 # SHA1 used within the docker executables
1515

1616
PKG_MAINTAINER:=Gerard Ryan <[email protected]>
1717

0 commit comments

Comments
 (0)