mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
grex: update to 1.4.2.
This commit is contained in:
parent
c35ba2c50a
commit
df9c35d7f0
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'grex'
|
# Template file for 'grex'
|
||||||
pkgname=grex
|
pkgname=grex
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Tool for generating regular expressions from user-provided test cases"
|
short_desc="Tool for generating regular expressions from user-provided test cases"
|
||||||
|
@ -9,12 +9,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/pemistahl/grex"
|
homepage="https://github.com/pemistahl/grex"
|
||||||
changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
|
changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
|
||||||
distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
|
||||||
checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9
|
checksum=bdf8476433be13d2307fc2829cd68b15f71391f537adfc6d90d04092573d7bc4
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# fixes an indexmap error when cross compiling
|
|
||||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue