diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-03-22 21:48:27 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-03-22 21:48:27 +0800 |
commit | 6b15619ef7c5fb874a2f4205acffb334a69079a7 (patch) | |
tree | 89e87460acd2ef09c5617ae098718ca69606fc11 /lang/python/python-attrs | |
parent | 6d65505c26751d60cedee83383dc82cf067e7aa2 (diff) |
python-attrs: Update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-attrs')
-rw-r--r-- | lang/python/python-attrs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-attrs/Makefile b/lang/python/python-attrs/Makefile index 2252bcb34..251f7638a 100644 --- a/lang/python/python-attrs/Makefile +++ b/lang/python/python-attrs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-attrs -PKG_VERSION:=18.2.0 +PKG_VERSION:=19.1.0 PKG_RELEASE:=1 PKG_SOURCE:=attrs-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/a/attrs -PKG_HASH:=10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69 +PKG_HASH:=f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-attrs-$(PKG_VERSION) @@ -32,7 +32,7 @@ define Package/python-attrs/Default CATEGORY:=Languages SUBMENU:=Python TITLE:=Classes Without Boilerplate - URL:=http://www.attrs.org/ + URL:=https://www.attrs.org/ endef define Package/python-attrs |