Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions libraries/zxing-cpp/zxing-cpp.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for zxing-cpp

# Copyright 2023 Bloyburt
# Copyright 2023-2026 Bloyburt
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zxing-cpp
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
STBVER=${STBVER:-03f50e343d796e492e6579a11143a085429d7f5d}
STBVER=${STBVER:-31c1ad37456438565541f4919958214b6e762fb4}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down
6 changes: 3 additions & 3 deletions libraries/zxing-cpp/zxing-cpp.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zxing-cpp"
VERSION="2.2.1"
VERSION="2.3.0"
HOMEPAGE="https://github.com/zxing-cpp/zxing-cpp"
DOWNLOAD="https://github.com/zxing-cpp/zxing-cpp/archive/v2.2.1/zxing-cpp-2.2.1.tar.gz https://github.com/nothings/stb/archive/03f50e3/stb-03f50e343d796e492e6579a11143a085429d7f5d.tar.gz"
MD5SUM="8d2b1592668c57f77c6351c8bb5fe739 6c2059b2728abb6da1d93ec52eaddd9c"
DOWNLOAD="https://github.com/zxing-cpp/zxing-cpp/archive/v2.3.0/zxing-cpp-2.3.0.tar.gz https://github.com/nothings/stb/archive/31c1ad3/stb-31c1ad37456438565541f4919958214b6e762fb4.tar.gz"
MD5SUM="91ae23c12b5a00d54037ad019777238a e60931e6e45563416a6f2a98712ba9c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down