Update package version to 0.2.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user