From f0b13078b3ad6f5deab02b61f29c8283a3c933eb Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 26 Apr 2023 16:18:09 +0530 Subject: [PATCH] xurls: update to 2.5.0. Adopt. --- srcpkgs/xurls/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index 7e4d45fed1b..c05f5e4438c 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,16 +1,17 @@ # Template file for 'xurls' pkgname=xurls -version=2.4.0 -revision=2 +version=2.5.0 +revision=1 build_style=go go_import_path="mvdan.cc/xurls/v2" go_package="${go_import_path}/cmd/xurls" short_desc="Extract urls from text" -maintainer="Orphaned " +maintainer="icp " license="BSD-3-Clause" -homepage="https://www.github.com/mvdan/xurls" +homepage="https://github.com/mvdan/xurls" +changelog="https://github.com/mvdan/xurls/releases" distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz" -checksum=8c9850c80eff452eeca2fe0f945a33543302dc31df66c3393ed52f6d8e921702 +checksum=552779a765de29e51ff01fe6c85a7d0389faae1b80d354332e7c69db232ee4ad do_check() { go test -v