mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
inxi: update to 2.3.51. (#9756)
This commit is contained in:
parent
4e863fb966
commit
10300fc7e3
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'inxi'
|
# Template file for 'inxi'
|
||||||
pkgname=inxi
|
pkgname=inxi
|
||||||
version=2.3.23
|
version=2.3.51
|
||||||
revision=1
|
revision=1
|
||||||
_gitrev=3aafcbe18cc7ab963996c60c050580b17acd74c5
|
_gitrev=f6b78b2a621e8a46398b85614f17c8a4d5445566
|
||||||
wrksrc=${pkgname}-${_gitrev}
|
wrksrc=${pkgname}-${_gitrev}
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
||||||
short_desc="A full featured system information script"
|
short_desc="Full featured system information script"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/smxi/inxi"
|
homepage="https://smxi.org/docs/inxi.htm"
|
||||||
distfiles="${homepage}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz"
|
||||||
checksum=4f0d87f13a12b0a98f2d3a75e0b92175e423aec710395f42da59deb8a728cd51
|
checksum=9fe388b53412a9c59e3dc8ddf3061e6a6573acdd1085c08dcf8ac9cccd4925da
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin inxi
|
vbin inxi
|
||||||
|
|
Loading…
Add table
Reference in a new issue