Skip to content

Commit

Permalink
dockerd: Update to 27.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Milinda Brantini <[email protected]>
  • Loading branch information
p-w-p authored Aug 16, 2024
1 parent 582be97 commit ae70534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/dockerd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dockerd
PKG_VERSION:=27.1.1
PKG_VERSION:=27.1.2
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand All @@ -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:=d8afaa4513d324db5841ced641daeee9090802c765b78f1c583bc171e9b0a6fd
PKG_GIT_SHORT_COMMIT:=cc13f95 # SHA1 used within the docker executables
PKG_HASH:=8c9b5fa44f0272726484c925d4d05f0aa189053ed8be9b27447bc116df1e99c9
PKG_GIT_SHORT_COMMIT:=f9522e5 # SHA1 used within the docker executables

PKG_MAINTAINER:=Gerard Ryan <[email protected]>

Expand Down

0 comments on commit ae70534

Please sign in to comment.