Update package version to 2.4.0

This commit is contained in:
2025-10-23 20:11:13 +03:00
parent ad398f0768
commit 12ec4921bf
2 changed files with 3 additions and 8 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
name: pcsclite
description: Middleware to access a smart card using SCard API
version: 2.3.3
version: 2.4.0
revision: 1
url: https://pcsclite.apdu.fr/
license: BSD-2-Clause,GPL3-or-later
@@ -12,9 +12,10 @@ depends:
optional_depends:
- python3
make_depends:
- doxygen
- meson
downloads:
- url: https://github.com/LudovicRousseau/PCSC/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 00b667aa71504ed1d39a48ad377de048c70dbe47229e8c48a3239ab62979c70f
checksum: 3d20f3d23c29260fed9195529d30ec3e9f1db60a8a835b4be68716d97751f2e7
-6
View File
@@ -9,12 +9,6 @@ build() {
meson compile -C build
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
meson test -C build --print-errorlogs
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {