Update package version to 2.61.3

This commit is contained in:
2025-11-08 12:13:35 +02:00
parent ac8e6873b0
commit 23394f68c3
3 changed files with 3 additions and 50 deletions
-2
View File
@@ -6,8 +6,6 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/xml-treat-user-stop-errors-as-successful-parses.patch
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}