From 098f0945d0d07d0f25e605e389927159016ca47e Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 19 May 2026 02:00:30 +0800 Subject: [PATCH] dockerd: Update to 29.5.1 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 798bb52..85a515c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.5.0 +PKG_VERSION:=29.5.1 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:=docker-v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=406f6ba2f369e384e39bebe837859a888413dd71608ace7a9b0dc7d550dbd570 -PKG_GIT_SHORT_COMMIT:=ff8d90a # SHA1 used within the docker executables +PKG_HASH:=26646ad2a39a41ecdc85261f32c491188c995f95130f487332b4c64afaf4cdb4 +PKG_GIT_SHORT_COMMIT:=dd24a3a # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan