Update package version to 1.28

This commit is contained in:
2026-06-01 14:42:28 +03:00
parent 66cbf72659
commit 3755ee11a4
3 changed files with 32 additions and 5 deletions
+1
View File
@@ -6,6 +6,7 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/0001-fix-missing-json-c-symbols-in-build.patch
./autogen.sh
}