mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 08:50:00 +04:00
dockerd: Update to 27.1.0
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
(cherry picked from commit 7e4cabe225)
This commit is contained in:
committed by
Tianling Shen
parent
6cf0eb6008
commit
07f2aa3eaa
@@ -1,8 +1,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dockerd
|
||||
PKG_VERSION:=27.0.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=27.1.0
|
||||
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:=db02d9b5d98e85284538d6ead43b549c025acf937e98c09d18395bb331c1e607
|
||||
PKG_GIT_SHORT_COMMIT:=662f78c # SHA1 used within the docker executables
|
||||
PKG_HASH:=8bb11443dc86c712daeb37135f2db54bfede368a84ebdf950d6adffd90c162d7
|
||||
PKG_GIT_SHORT_COMMIT:=a21b1a2 # SHA1 used within the docker executables
|
||||
|
||||
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user