Update package version to 0.2.0
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: uutils-coreutils
|
||||
description: Cross-platform Rust rewrite of the GNU coreutils
|
||||
version: 0.1.0
|
||||
revision: 2
|
||||
version: 0.2.0
|
||||
url: https://github.com/uutils/coreutils
|
||||
license: MIT
|
||||
architecture: any
|
||||
|
||||
@@ -17,8 +17,6 @@ prepare() {
|
||||
cd "$BPM_SOURCE"
|
||||
# Add stty to makefile
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user