package/zbar: bump version to 0.23

License file was renamed, no changes at the license:
b3f2ec0c02

Configure option python2 was renamed to python:
78e9adca89

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2019-09-29 19:37:00 +02:00 committed by Thomas Petazzoni
parent 75cba0b5ec
commit 65778fb973
2 changed files with 5 additions and 5 deletions
package/zbar

View File

@ -1,3 +1,3 @@
# Locally computed:
sha256 1ba9e94c7217a8bd3800f9f3abddf3ed393a62cdf141a709765aad2788744eb7 zbar-0.22.tar.bz2
sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89 LICENSE
sha256 e99fb8f3be85a76fe24784ad67fecb2da3a02b1e432696b05eefe212d448ad2e zbar-0.23.tar.bz2
sha256 44260f9252c7fe38ba8dfb645330504f4a375e3a5e9dd7d5d6b9f04adb4952f1 LICENSE.md

View File

@ -4,11 +4,11 @@
#
################################################################################
ZBAR_VERSION = 0.22
ZBAR_VERSION = 0.23
ZBAR_SOURCE = zbar-$(ZBAR_VERSION).tar.bz2
ZBAR_SITE = https://www.linuxtv.org/downloads/zbar
ZBAR_LICENSE = LGPL-2.1+
ZBAR_LICENSE_FILES = LICENSE
ZBAR_LICENSE_FILES = LICENSE.md
ZBAR_INSTALL_STAGING = YES
ZBAR_DEPENDENCIES = libv4l jpeg
# add host-gettext for AM_ICONV macro
@ -21,7 +21,7 @@ ZBAR_CONF_OPTS = \
--without-qt \
--without-qt5 \
--without-gtk \
--without-python2 \
--without-python \
--without-x \
--without-java