From c860e851c40774af5b290751e1ecc8d56fe76003 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 13 Nov 2018 14:31:45 -0200 Subject: [PATCH] cdetect: update to 0.5.2. --- srcpkgs/cdetect/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cdetect/template b/srcpkgs/cdetect/template index 04c6ce0b453..3df7cab5279 100644 --- a/srcpkgs/cdetect/template +++ b/srcpkgs/cdetect/template @@ -1,15 +1,16 @@ # Template file for 'cdetect' pkgname=cdetect -version=0.5.1 -revision=2 +version=0.5.2 +revision=1 build_style=go -go_import_path="github.com/xyproto/cdetect" +go_import_path=github.com/xyproto/cdetect +hostmakedepends="git" short_desc="Detects the compiler (and version) used to compile an ELF binary" maintainer="Orphaned " license="MIT" homepage="https://github.com/xyproto/cdetect" distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz" -checksum=907cd1060192dbc5ea580406e5bc5ff283df79e7712184181026ad16c5dcfb04 +checksum=e884b93ad40e8420210c590086f722438d032de30c780518dfbf775cd5aa8230 post_install() { vlicense LICENSE