From 021738c683c9139b35e972b21b0f5fb7edbf4ad0 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 7 May 2026 12:41:13 -0400 Subject: [PATCH] ripgrep: bump to 15.1.0 Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/15.1.0 Signed-off-by: John Audia --- utils/ripgrep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ripgrep/Makefile b/utils/ripgrep/Makefile index f57a6d1fda..5475f4c5fe 100644 --- a/utils/ripgrep/Makefile +++ b/utils/ripgrep/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ripgrep -PKG_VERSION:=15.0.0 +PKG_VERSION:=15.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/BurntSushi/ripgrep/tar.gz/$(PKG_VERSION)? -PKG_HASH:=e6b2d35ff79c3327edc0c92a29dc4bb74e82d8ee4b8156fb98e767678716be7a +PKG_HASH:=046fa01a216793b8bd2750f9d68d4ad43986eb9c0d6122600f993906012972e8 PKG_MAINTAINER:=Luca Barbato PKG_LICENSE:=MIT Unlicense