From 6cb0a73142103685426468b80a51e8d03ac07b64 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 28 Nov 2023 22:50:39 +0100 Subject: [PATCH] ripgrep: update to 14.0.3 --- srcpkgs/ripgrep/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index d50e2740715e6..b97ca425fa04c 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -1,6 +1,6 @@ # Template file for 'ripgrep' pkgname=ripgrep -version=14.0.2 +version=14.0.3 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=2b9bd8a582d1fea70eb932e389e0895922b9a0147f65f9ad4b601b3f3a82a195 +checksum=f5794364ddfda1e0411ab6cad6dd63abe3a6b421d658d9fee017540ea4c31a0e post_patch() { rm -f .cargo/config.toml # tries to do weird things on musl