Skip to content

Commit 51f5200

Browse files
breakingsbreakings
and
breakings
authored
dockerd: update to v20.10.15 (#430)
Co-authored-by: breakings <[email protected]>
1 parent c5e58b4 commit 51f5200

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/dockerd/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=dockerd
4-
PKG_VERSION:=20.10.14
4+
PKG_VERSION:=20.10.15
55
PKG_RELEASE:=$(AUTORELEASE)
66
PKG_LICENSE:=Apache-2.0
77
PKG_LICENSE_FILES:=LICENSE
@@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1010
PKG_GIT_URL:=github.com/moby/moby
1111
PKG_GIT_REF:=v$(PKG_VERSION)
1212
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
13-
PKG_HASH:=dbe1ae342351108b7b30232c4bce0559c81ad9fb6c978d7c8425d6aa53e476c1
14-
PKG_GIT_SHORT_COMMIT:=87a90dc # SHA1 used within the docker executables
13+
PKG_HASH:=cfb1029b48fd7ab2d03bddb55909a196e0f516b3e5495a033dfbfe00fe9fadad
14+
PKG_GIT_SHORT_COMMIT:=4433bf6 # SHA1 used within the docker executables
1515

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

0 commit comments

Comments
 (0)