mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ripgrep: update to 12.1.0.
This commit is contained in:
parent
3672670f1a
commit
6081e2884b
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ripgrep'
|
# Template file for 'ripgrep'
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
version=12.0.1
|
version=12.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=pcre2"
|
configure_args="--features=pcre2"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="ruby-asciidoctor pkg-config"
|
||||||
makedepends="pcre2-devel"
|
makedepends="pcre2-devel"
|
||||||
short_desc="Fast search tool inspired by ag and grep"
|
short_desc="Fast search tool inspired by ag and grep"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Unlicense, MIT"
|
license="Unlicense, MIT"
|
||||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=5be34aa77a36ac9d8f1297a0d97069e4653e03f61c67d192cee32944cd2b6329
|
checksum=ca2d11dd7b7346734d47ad8073468e9c409fbe85842a608d372b8d4fb36be291
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue