docker: Update to 27.2.1
This commit is contained in:
parent
4794897cd6
commit
6d721b3db1
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=docker
|
||||
PKG_VERSION:=27.2.0
|
||||
PKG_VERSION:=27.2.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/docker/cli
|
||||
PKG_GIT_REF:=v$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
|
||||
PKG_HASH:=abd601fcf2223a550a9a8ef9117345f932b06ccb084bbfb8d111f6809d5e6c83
|
||||
PKG_GIT_SHORT_COMMIT:=3ab4256 # SHA1 used within the docker executables
|
||||
PKG_HASH:=cfd8b7b52a01e393a4e4bb584b367d0e7b8ebb4b25bf0f4b1d35b193197e8817
|
||||
PKG_GIT_SHORT_COMMIT:=9e34c9b # SHA1 used within the docker executables
|
||||
|
||||
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user