Update package version to 3.6.1

This commit is contained in:
2026-02-01 13:23:24 +02:00
parent bb94238690
commit 7371b477df
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,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
make HARNESS_JOBS=${BPM_JOBS} TESTS=-test_afalg test
}
# The package function is executed in the source directory