Update package version to 4.47.1

This commit is contained in:
2025-09-07 13:51:11 +03:00
parent d11fb4dac6
commit 8802fd3e9f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
GOFLAGS="-modcacherw" go mod vendor
}
# The build function is executed in the source directory