inxi: update to 3.0.13. (#441)
This commit is contained in:
parent
e81763babf
commit
bcea18f0a9
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'inxi'
|
||||
pkgname=inxi
|
||||
version=3.0.07.1
|
||||
version=3.0.13
|
||||
revision=1
|
||||
wrksrc=inxi-${version/.1/-1}
|
||||
wrksrc="inxi-${version}-1"
|
||||
noarch=yes
|
||||
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
|
||||
short_desc="Full featured system information script"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://smxi.org/docs/inxi.htm"
|
||||
distfiles="https://github.com/smxi/inxi/archive/${version/.1/-1}.tar.gz"
|
||||
checksum=72ed009c882d25f7324e3d51ad61407d639b6fbfe9c50be97122b7dda0eb7b9e
|
||||
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
|
||||
checksum=66f2d61a7862aa5f78f2f6962258cb82fcd5f5db287b76851560cf51512a39bf
|
||||
|
||||
do_install() {
|
||||
vbin inxi
|
||||
|
|
Loading…
Reference in a new issue