Update package version to 0.2.0

This commit is contained in:
2025-09-06 19:56:21 +03:00
parent adb786a3a5
commit 3801510bd4
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
name: uutils-coreutils name: uutils-coreutils
description: Cross-platform Rust rewrite of the GNU coreutils description: Cross-platform Rust rewrite of the GNU coreutils
version: 0.1.0 version: 0.2.0
revision: 2
url: https://github.com/uutils/coreutils url: https://github.com/uutils/coreutils
license: MIT license: MIT
architecture: any architecture: any
-2
View File
@@ -17,8 +17,6 @@ prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
# Add stty to makefile # Add stty to makefile
patch GNUmakefile < "$BPM_WORKDIR"/add_stty_to_makefile.patch patch GNUmakefile < "$BPM_WORKDIR"/add_stty_to_makefile.patch
# Bump onig version from 6.4.0 to 6.5.1
patch -Np1 -i "$BPM_WORKDIR"/bump-onig-version.patch
} }
# The build function is executed in the source directory # The build function is executed in the source directory