elfinfo: update to 1.2.2.
This commit is contained in:
parent
d774171cc4
commit
0dfa9af03e
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'elfinfo'
|
||||
pkgname=elfinfo
|
||||
version=1.1.0
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/xyproto/elfinfo
|
||||
short_desc="Emit basic information about an ELF file"
|
||||
maintainer="Alexander F. Rødseth <xyproto@archlinux.org>"
|
||||
license="MIT"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://elfinfo.roboticoverlords.org/"
|
||||
distfiles="https://github.com/xyproto/elfinfo/archive/${version}.tar.gz"
|
||||
checksum=d50ae9facbfa2c9ecc24feaa817a2f1c92949b06649ae7a097729c99bd8474dd
|
||||
distfiles="https://github.com/xyproto/elfinfo/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=33c9bf9942dfa770fa6530f5a268f15d96abcd4c57aaddf93636cdfcd2dfc540
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue