Compare commits

..
4 Commits
Author SHA1 Message Date
EnumDev a07b041ee4 Update package version to 3.1.1 2026-09-04 15:58:25 +03:00
EnumDev 375d6702bf Update package version to 3.1.0 2026-07-16 21:58:05 +03:00
EnumDev 0461c41d73 Switch to new package format 2026-06-13 20:02:00 +03:00
EnumDev 6f122d0c29 Update package version to 3.0.2 2026-02-20 19:56:29 +02:00
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
# Exclude bpm archives # Ignore BPM archives and signatures
*.bpm *.bpm
*.bpm.sig
+3 -3
View File
@@ -1,7 +1,7 @@
name: zxing-cpp name: zxing-cpp
description: C++ port of ZXing description: C++ port of ZXing
version: 3.0.1 version: 3.1.1
revision: 2 revision: 1
url: https://github.com/zxing-cpp/zxing-cpp url: https://github.com/zxing-cpp/zxing-cpp
license: Apache-2.0 license: Apache-2.0
maintainers: maintainers:
@@ -26,4 +26,4 @@ downloads:
- url: https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: de58cf0f49d5947616266b80c12d67b799af6de65ed2f2027a4e8dd418b3bd97 checksum: 7286b1e6ade66fe82b7c8208b4595deeb55d6486b410834fdc65702f46650542
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT