python-yaml: Update to 3.13

Switch URL to use a more standard location.

Add HTTPS to everything.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2018-08-18 14:21:49 -07:00 committed by GitHub
parent 23efd1f3f1
commit 7ea11eefc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=PyYAML
PKG_VERSION:=3.12
PKG_VERSION:=3.13
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pyyaml.org/download/pyyaml/
PKG_HASH:=592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/P/PyYAML
PKG_HASH:=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
@ -30,7 +30,7 @@ define Package/python-yaml/Default
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
URL:=http://pyyaml.org/wiki/PyYAML
URL:=https://pyyaml.org/wiki/PyYAML
DEPENDS:=+libyaml
endef