mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
graphics/qrencode: Updated for version 4.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
911f511564
commit
62a53b8fb4
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# SlackBuild Script for qrencode
|
||||
|
||||
# Copyright 2012 Matthew "mfillpot" Fillpot
|
||||
# Copyright 2018 Lenard Spencer, Orlando, Florida, USA
|
||||
# Copyright 2018, 2020 Lenard Spencer, Orlando, Florida, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qrencode
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qrencode"
|
||||
VERSION="4.1.0"
|
||||
VERSION="4.1.1"
|
||||
HOMEPAGE="https://fukuchi.org/works/qrencode/"
|
||||
DOWNLOAD="https://fukuchi.org/works/qrencode/qrencode-4.1.0.tar.bz2"
|
||||
MD5SUM="f2343f69def03b4e6bfeaf2c7e1016b9"
|
||||
DOWNLOAD="https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.bz2"
|
||||
MD5SUM="de7185bcab635a34730e1b73d4efa705"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue