django-restframework: Update to 3.9.0 7236/head
authorRosen Penev <rosenp@gmail.com>
Mon, 22 Oct 2018 21:44:03 +0000 (14:44 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Oct 2018 21:44:03 +0000 (14:44 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/django-restframework/Makefile

index c79df3ea41b4a952273e3ae275a55cd28fd4c872..223158addf5293fc214a321f9b13cc94eb70e409 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=django-restframework
-PKG_VERSION:=3.8.2
+PKG_VERSION:=3.9.0
 PKG_RELEASE:=1
 PKG_LICENSE:=BSD-3-Clause
 
 PKG_SOURCE:=djangorestframework-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/djangorestframework
-PKG_HASH:=b6714c3e4b0f8d524f193c91ecf5f5450092c2145439ac2769711f7eba89a9d9
+PKG_HASH:=607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136
 PKG_BUILD_DIR:=$(BUILD_DIR)/djangorestframework-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk