mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
xurls: update to 2.4.0.
This commit is contained in:
parent
2e5dd4a028
commit
aeb3898c60
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xurls'
|
# Template file for 'xurls'
|
||||||
pkgname=xurls
|
pkgname=xurls
|
||||||
version=2.2.0
|
version=2.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="mvdan.cc/xurls/v2"
|
go_import_path="mvdan.cc/xurls/v2"
|
||||||
go_package="${go_import_path}/cmd/xurls"
|
go_package="${go_import_path}/cmd/xurls"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Extract urls from text"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.github.com/mvdan/xurls"
|
homepage="https://www.github.com/mvdan/xurls"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=795d7febcf73503bca2ac9806f12ff6b33b47c13eef2d50b81b10e241d9bdb22
|
checksum=8c9850c80eff452eeca2fe0f945a33543302dc31df66c3393ed52f6d8e921702
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue