qrencode: Update to 4.0.2
Small Makefile reorganization for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5302ac5cfc
commit
ea626f0ecd
1 changed files with 7 additions and 4 deletions
|
@ -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 <JBennett@incomsystems.biz>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue