docker: Update to 27.1.0
This commit is contained in:
parent
14b0a72938
commit
52444b191f
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=docker
|
||||
PKG_VERSION:=27.0.3
|
||||
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/docker/cli
|
||||
PKG_GIT_REF:=v$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
|
||||
PKG_HASH:=f992e895c949852686abef9a6fa9efd622826c4f4d70b83876569a4641c4c8fc
|
||||
PKG_GIT_SHORT_COMMIT:=7d4bcd8 # SHA1 used within the docker executables
|
||||
PKG_HASH:=8e58a2e419ba91ce1a27831c394bf214f7076758f55eccc6762b5265bec58b9f
|
||||
PKG_GIT_SHORT_COMMIT:=6312585 # SHA1 used within the docker executables
|
||||
|
||||
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user