mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xurls: update to 2.0.0.
This commit is contained in:
parent
c9242db2dd
commit
c280da2e44
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'xurls'
|
# Template file for 'xurls'
|
||||||
pkgname=xurls
|
pkgname=xurls
|
||||||
version=1.1.0
|
version=2.0.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mvdan/${pkgname}"
|
go_import_path="github.com/mvdan/${pkgname}"
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
|
hostmakedepends="git"
|
||||||
short_desc="Extract urls from text"
|
short_desc="Extract urls from text"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="dleeram <dleeram@protonmail.com>"
|
||||||
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="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=47fb038408e8b26965a0e06a4b409edb7bcb3a7373c0c930edf9891bbc58909a
|
checksum=515f05122890daab367bdff142f9c605475e81e3089d9aff080bc31bf0ddaf7b
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue