xurls: update to 2.0.0.

This commit is contained in:
maxice8 2018-10-21 23:30:31 -03:00 committed by maxice8
parent c9242db2dd
commit c280da2e44
1 changed files with 4 additions and 3 deletions

View File

@ -1,16 +1,17 @@
# Template file for 'xurls'
pkgname=xurls
version=1.1.0
revision=6
version=2.0.0
revision=1
build_style=go
go_import_path="github.com/mvdan/${pkgname}"
go_package="${go_import_path}/cmd/${pkgname}"
hostmakedepends="git"
short_desc="Extract urls from text"
maintainer="dleeram <dleeram@protonmail.com>"
license="BSD-3-Clause"
homepage="https://www.github.com/mvdan/xurls"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=47fb038408e8b26965a0e06a4b409edb7bcb3a7373c0c930edf9891bbc58909a
checksum=515f05122890daab367bdff142f9c605475e81e3089d9aff080bc31bf0ddaf7b
do_check() {
go test -v