Merge pull request #13321 from jmarcet/paramiko-update
python3-paramiko: update to version 2.7.2
This commit is contained in:
commit
0cd2a2d8bb
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-paramiko
|
PKG_NAME:=python-paramiko
|
||||||
PKG_VERSION:=2.7.1
|
PKG_VERSION:=2.7.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=paramiko
|
PYPI_NAME:=paramiko
|
||||||
PKG_HASH:=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
|
PKG_HASH:=7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035
|
||||||
|
|
||||||
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
|
Loading…
Reference in a new issue