Update package version to 12.6.0

This commit is contained in:
2026-09-04 15:57:36 +03:00
parent 68db22c9c4
commit 9163c05ded
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -2,12 +2,6 @@
# 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
# The prepare function is executed in the root of the temp directory
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
echo "You may remove this function if you do not intend to use it"
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {