aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3-bottle
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-11-14 10:06:21 -0800
committerRosen Penev <rosenp@gmail.com>2018-11-14 10:07:57 -0800
commit92c3b7ad49dbab621e4e9295e192818f882dc966 (patch)
tree8854873337996d27c49f663f1a2a8692b0c9159f /lang/python/python3-bottle
parent9f5b9dcb6112c9df75b3a9f976ec36ee50a928c9 (diff)
python3-bottle: Update to 0.12.13
Switched to a proper URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/python/python3-bottle')
-rw-r--r--lang/python/python3-bottle/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile
index f35913cbc..804a6de03 100644
--- a/lang/python/python3-bottle/Makefile
+++ b/lang/python/python3-bottle/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python3-bottle
-PKG_VERSION:=0.12.12
+PKG_VERSION:=0.12.13
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
PKG_SOURCE:=bottle-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://pypi.python.org/packages/f7/dd/8ceaa148eeed5371a83fa1fb5a54b01dfc95000799c649924ece23f9f0e1/
-PKG_HASH:=3d4b6b0e22f67b421c273105b30d9a21fd147eaf0c1576172378ee034fbf5313
+PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/b/bottle
+PKG_HASH:=39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355
PKG_BUILD_DIR:=$(BUILD_DIR)/bottle-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
@@ -28,7 +28,7 @@ define Package/python3-bottle
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Bottle is a fast, simple and lightweight WSGI micro web-framework for Python
- URL:=http://bottlepy.org
+ URL:=https://bottlepy.org
DEPENDS:=+python3
endef