From 688b941bda60184b999a964f8981f43028bff705 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 21 Jan 2022 20:23:29 +0100 Subject: [PATCH] archiver: update to 3.5.1 --- srcpkgs/archiver/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index 05c5333c46aa..e53c84c20da4 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -1,17 +1,16 @@ # Template file for 'archiver' pkgname=archiver -version=3.5.0 -revision=2 +version=3.5.1 +revision=1 build_style=go go_import_path=github.com/mholt/archiver/v3 go_package="${go_import_path}/cmd/arc" -hostmakedepends="git" short_desc="Easily create and extract common archive formats" maintainer="Orphaned " license="MIT" homepage="https://github.com/mholt/archiver" distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz" -checksum=8f2e3ad68553f6b58bf99e8635ff0953f62ff0a7804da7658954ffaa7d0aaa0a +checksum=b69a76f837b6cc1c34c72ace16670360577b123ccc17872a95af07178e69fbe7 post_install() { vlicense LICENSE