From 3ea7060acc6e507f6442efd5d2b89080e1a39849 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 8 Nov 2018 06:22:49 -0200 Subject: [PATCH] archiver: update to 3.0.0. --- srcpkgs/archiver/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index c3c2db344ac..7509cf6e39c 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -1,17 +1,17 @@ # Template file for 'archiver' pkgname=archiver -version=2.1 +version=3.0.0 revision=1 build_style=go -go_import_path="github.com/mholt/archiver" -go_package="${go_import_path}/cmd/archiver" +go_import_path=github.com/mholt/archiver +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=78dd79e2b5bd76f5b70120f603a2660e63bbcc2ab30c4e66640a2e4961f94c54 +checksum=48f5f81fba6ebb985ee9a7342b61de62f3882f3cf0fead86ac60bfd97b7b1bd3 post_install() { vlicense LICENSE