cdetect: update to 0.5.1.
Closes #14982. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
7ade161589
commit
571768ce93
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'cdetect'
|
||||
pkgname=cdetect
|
||||
version=0.4
|
||||
revision=5
|
||||
version=0.5.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/xyproto/cdetect"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Detects the compiler (and version) used to compile an ELF binary"
|
||||
homepage="https://github.com/xyproto/cdetect"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/xyproto/cdetect"
|
||||
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
|
||||
checksum=cddafd91d73784dd755b7f1e202157a150556f38b8bce0cb376e0c154ce27b5f
|
||||
checksum=907cd1060192dbc5ea580406e5bc5ff283df79e7712184181026ad16c5dcfb04
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue