inxi: update to 2.3.21 (#6736)
This commit is contained in:
parent
2c06ce1503
commit
d31fa4e1af
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'inxi'
|
||||
pkgname=inxi
|
||||
version=2.3.8
|
||||
version=2.3.21
|
||||
revision=1
|
||||
_gitrev=af0630e3067c138893e243896e1767c93d2a2856
|
||||
_gitrev=b42c4a7f54e99aa006b5103a41d1e98f9a747be2
|
||||
wrksrc=${pkgname}-${_gitrev}
|
||||
noarch=yes
|
||||
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
|
||||
short_desc="A full featured system information script"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/smxi/inxi/"
|
||||
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=790f004f74736f77c1c82d218f73365ceeea8598ffe116389f3d5e4b34b224f4
|
||||
homepage="https://github.com/smxi/inxi"
|
||||
distfiles="${homepage}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=73149b0bc6209d4d8911899530234b65e1569ad76532d73c1b20df82cc9cbe51
|
||||
|
||||
do_install() {
|
||||
vbin inxi
|
||||
|
|
Loading…
Reference in a new issue