From 60fa11201368b79cff826e9deb1d363b5b3090e8 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 16 Jul 2025 07:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 17d5c0b..711a2fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=28.3.1 +PKG_VERSION:=28.3.2 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_GIT_URL:=github.com/moby/moby PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=367cf6b179fd1c476913a98b85f1dd0e06d365a4396c257d8ddab4cf7166b260 -PKG_GIT_SHORT_COMMIT:=5beb93d # SHA1 used within the docker executables +PKG_HASH:=e4828e32e474cef1b78f40278211648300071399c7498252dfe0b96e789b8a31 +PKG_GIT_SHORT_COMMIT:=e77ff99 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan @@ -179,4 +179,4 @@ define Package/dockerd/prerm } endef -$(eval $(call BuildPackage,dockerd)) +$(eval $(call BuildPackage,dockerd)) \ No newline at end of file