From beda71bfd58033bac59f9298371a1dd6241dfa5b Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 16 Sep 2018 08:41:42 -0700 Subject: [PATCH] jdcal: Update to 1.4 Switched URL to the more standard pythonhosted one. Signed-off-by: Rosen Penev --- lang/python/jdcal/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/jdcal/Makefile b/lang/python/jdcal/Makefile index 2fba8a64d..e6c5e5f08 100644 --- a/lang/python/jdcal/Makefile +++ b/lang/python/jdcal/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jdcal -PKG_VERSION:=1.3 +PKG_VERSION:=1.4 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd/ -PKG_HASH:=b760160f8dc8cc51d17875c6b663fafe64be699e10ce34b6a95184b5aa0fdc9e +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/j/jdcal +PKG_HASH:=ea0a5067c5f0f50ad4c7bdc80abad3d976604f6fb026b0b3a17a9d84bb9046c9 include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -25,7 +25,7 @@ define Package/jdcal CATEGORY:=Languages MAINTAINER:=Gergely Kiss TITLE:=Julian dates from proleptic Gregorian and Julian calendars. - URL:=http://github.com/phn/jdcal + URL:=https://github.com/phn/jdcal DEPENDS:=+python endef