Browse Source
Merge pull request #14757 from jmarcet/python_docker_update
python-docker: Update to 4.4.2
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-docker/Makefile
|
|
@ -1,11 +1,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-docker |
|
|
|
PKG_VERSION:=4.4.1 |
|
|
|
PKG_VERSION:=4.4.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=docker |
|
|
|
PKG_HASH:=0604a74719d5d2de438753934b755bfcda6f62f49b8e4b30969a4b0a2a8a1220 |
|
|
|
PKG_HASH:=67f33d4cf95182db631a17eef7d666d2c91f624c1d3fbc4df6009cb2f2a4c604 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|