From ea626f0ecd80e820408430afffa5196b88882ded Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 28 Oct 2018 10:13:20 -0700 Subject: [PATCH] qrencode: Update to 4.0.2 Small Makefile reorganization for consistency. Signed-off-by: Rosen Penev --- libs/qrencode/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libs/qrencode/Makefile b/libs/qrencode/Makefile index a6a4e2f25..01bd1cf15 100644 --- a/libs/qrencode/Makefile +++ b/libs/qrencode/Makefile @@ -8,14 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qrencode -PKG_VERSION:=4.0.0 +PKG_VERSION:=4.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://fukuchi.org/works/qrencode/ -PKG_HASH:=c90035e16921117d4086a7fdee65aab85be32beb4a376f6b664b8a425d327d0b +PKG_SOURCE_URL:=https://fukuchi.org/works/qrencode +PKG_HASH:=c9cb278d3b28dcc36b8d09e8cad51c0eca754eb004cb0247d4703cb4472b58b4 + PKG_MAINTAINER:=Jonathan Bennett PKG_LICENSE:=LGPL-2.1+ + +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf @@ -25,7 +28,7 @@ define Package/libqrencode SECTION:=libs CATEGORY:=Libraries TITLE:=Library for encoding data in a QR Code symbol - URL:=http://fukuchi.org/works/qrencode/ + URL:=https://fukuchi.org/works/qrencode/ endef define Package/libqrencode/description