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