Skip to content

Commit

Permalink
ripgrep: update to 4.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Vasilenko <[email protected]>
  • Loading branch information
krant committed Sep 12, 2024
1 parent a9e254b commit e781f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/ripgrep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ripgrep
PKG_VERSION:=14.1.0
PKG_VERSION:=14.1.1
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:=33c6169596a6bbfdc81415910008f26e0809422fda2d849562637996553b2ab6
PKG_HASH:=4dad02a2f9c8c3c8d89434e47337aa654cb0e2aa50e806589132f186bf5c2b66

PKG_MAINTAINER:=Luca Barbato <[email protected]>
PKG_LICENSE:=MIT Unlicense
Expand Down

0 comments on commit e781f00

Please sign in to comment.