From 1edf7202780d6dcb105cf3970796316313dd765b Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 7 Jan 2024 13:29:33 +0100 Subject: [PATCH] ripgrep: update to 14.1.0 --- srcpkgs/ripgrep/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index b97ca425fa04c..db014de3d7f3c 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -1,6 +1,6 @@ # Template file for 'ripgrep' pkgname=ripgrep -version=14.0.3 +version=14.1.0 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ license="Unlicense, MIT" homepage="https://github.com/BurntSushi/ripgrep/" changelog="https://raw.githubusercontent.com/BurntSushi/ripgrep/master/CHANGELOG.md" distfiles="https://github.com/BurntSushi/ripgrep/archive/refs/tags/${version}.tar.gz" -checksum=f5794364ddfda1e0411ab6cad6dd63abe3a6b421d658d9fee017540ea4c31a0e +checksum=33c6169596a6bbfdc81415910008f26e0809422fda2d849562637996553b2ab6 post_patch() { rm -f .cargo/config.toml # tries to do weird things on musl