ripgrep: update to 14.0.3

This commit is contained in:
Marcin Puc 2023-11-28 22:50:39 +01:00 committed by classabbyamp
parent 3f27dd6a5f
commit 251184396c

View file

@ -1,6 +1,6 @@
# Template file for 'ripgrep' # Template file for 'ripgrep'
pkgname=ripgrep pkgname=ripgrep
version=14.0.2 version=14.0.3
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
@ -13,7 +13,7 @@ license="Unlicense, MIT"
homepage="https://github.com/BurntSushi/ripgrep/" homepage="https://github.com/BurntSushi/ripgrep/"
changelog="https://raw.githubusercontent.com/BurntSushi/ripgrep/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/BurntSushi/ripgrep/master/CHANGELOG.md"
distfiles="https://github.com/BurntSushi/ripgrep/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/BurntSushi/ripgrep/archive/refs/tags/${version}.tar.gz"
checksum=2b9bd8a582d1fea70eb932e389e0895922b9a0147f65f9ad4b601b3f3a82a195 checksum=f5794364ddfda1e0411ab6cad6dd63abe3a6b421d658d9fee017540ea4c31a0e
post_patch() { post_patch() {
rm -f .cargo/config.toml # tries to do weird things on musl rm -f .cargo/config.toml # tries to do weird things on musl