|
|
@ -1,7 +1,7 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=dockerd |
|
|
|
PKG_VERSION:=20.10.16 |
|
|
|
PKG_VERSION:=20.10.17 |
|
|
|
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/moby/moby |
|
|
|
PKG_GIT_REF:=v$(PKG_VERSION) |
|
|
|
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? |
|
|
|
PKG_HASH:=2cd69e2cc67053300aa8d78988c92fd63ea0d0d84fe2071597191a149d5548f8 |
|
|
|
PKG_GIT_SHORT_COMMIT:=f756502 # SHA1 used within the docker executables |
|
|
|
PKG_HASH:=061cf8579aa3c813c353c80fa480744e2f6cca2e6392f546bd0942a6a10c7a14 |
|
|
|
PKG_GIT_SHORT_COMMIT:=a89b842 # SHA1 used within the docker executables |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |
|
|
|
|
|
|
|