From ffb077e26e1a1690ba730ba5103a18eda6c2fd9d Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 12 Aug 2023 12:33:35 +0530 Subject: [PATCH] lychee: update to 0.13.0. Adopt. --- srcpkgs/lychee/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lychee/template b/srcpkgs/lychee/template index 429f5781ed4cb..6363debd3e9fb 100644 --- a/srcpkgs/lychee/template +++ b/srcpkgs/lychee/template @@ -1,18 +1,19 @@ # Template file for 'lychee' pkgname=lychee -version=0.12.0 +version=0.13.0 revision=1 build_style=cargo +configure_args="--bin lychee" make_install_args="--path lychee-bin" hostmakedepends="pkg-config" makedepends="openssl-devel" short_desc="Fast, async, stream-based link checker written in Rust" -maintainer="Orphaned " +maintainer="icp " license="Apache-2.0, MIT" homepage="https://lychee.cli.rs" changelog="https://github.com/lycheeverse/lychee/releases" distfiles="https://github.com/lycheeverse/lychee/archive/refs/tags/v${version}.tar.gz" -checksum=2d8a08e6d64d24f7bceacf12e4d097c599bf1fbc40a146671eae4b638cde1f47 +checksum=5df8610e4bbf657bd5094305ccc2e1febff70b4f470acc3eb2e782d518fa962f post_install() { vlicense LICENSE-APACHE