Update package version to 1.15.2

This commit is contained in:
2025-09-12 12:33:22 +03:00
parent ec39dffd02
commit 8103f5ed1c
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ 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() {
make test
LD_LIBRARY_PATH=. make test
}
# The package function is executed in the source directory