cdetect: update to 0.5.2.

This commit is contained in:
maxice8 2018-11-13 14:31:45 -02:00 committed by maxice8
parent 2f8287085a
commit c860e851c4
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
# Template file for 'cdetect' # Template file for 'cdetect'
pkgname=cdetect pkgname=cdetect
version=0.5.1 version=0.5.2
revision=2 revision=1
build_style=go 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" short_desc="Detects the compiler (and version) used to compile an ELF binary"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://github.com/xyproto/cdetect" homepage="https://github.com/xyproto/cdetect"
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz" distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
checksum=907cd1060192dbc5ea580406e5bc5ff283df79e7712184181026ad16c5dcfb04 checksum=e884b93ad40e8420210c590086f722438d032de30c780518dfbf775cd5aa8230
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE