docker: Update to 20.10.10
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
This commit is contained in:
parent
895dac37b6
commit
786d3c7d73
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=docker
|
||||
PKG_VERSION:=20.10.9
|
||||
PKG_VERSION:=20.10.10
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
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/docker/cli
|
||||
PKG_GIT_REF:=v$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
|
||||
PKG_HASH:=d91010813824070dd2380013c8f343e61e6dda170f7853f024bda39b432b64ba
|
||||
PKG_GIT_SHORT_COMMIT:=c2ea9bc # SHA1 used within the docker executables
|
||||
PKG_HASH:=9cbae9cf1593063813ccbf7462b1cfeea14dea609708cc4ff2f92696c912d9f4
|
||||
PKG_GIT_SHORT_COMMIT:=b485636 # SHA1 used within the docker executables
|
||||
|
||||
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue