Update package version to 6.12.68

This commit is contained in:
2026-02-01 11:59:05 +02:00
parent 4acdcc025f
commit e966775197
3 changed files with 20 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/rust-1.93.0-fix.patch
make mrproper
cp ../config .config
}