mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
ripgrep: update to 11.0.0.
This commit is contained in:
parent
6011ec7200
commit
30150368a5
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.10.0
|
||||
revision=2
|
||||
version=11.0.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="asciidoc"
|
||||
short_desc="Fast search tool inspired by ag and grep"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="Public Domain, MIT"
|
||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=a2a6eb7d33d75e64613c158e1ae450899b437e37f1bfbd54f713b011cd8cc31e
|
||||
checksum=be7a7f4a39bd6d408691c65b74f78f5329115085fa1ea2045079d71d0c0abbd8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Add table
Reference in a new issue