mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
inxi: update to 3.3.26.1
This commit is contained in:
parent
36a80042d7
commit
905d2929e8
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'inxi'
|
||||
pkgname=inxi
|
||||
version=3.3.25
|
||||
version=3.3.26.1
|
||||
revision=1
|
||||
_distver="${version%.*}-${version##*.}"
|
||||
depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
|
||||
xprop xrandr"
|
||||
short_desc="Full featured system information script"
|
||||
|
@ -9,8 +10,8 @@ maintainer="Emil Miler <em@0x45.cz>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://smxi.org/docs/inxi.htm"
|
||||
changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
|
||||
distfiles="https://github.com/smxi/inxi/archive/refs/tags/${version}-1.tar.gz"
|
||||
checksum=17176e70516adae4adced317905ab759316e5658a55c4a002c130bbcc21af3b7
|
||||
distfiles="https://github.com/smxi/inxi/archive/refs/tags/${_distver}.tar.gz"
|
||||
checksum=9c76b90044a5840d9e32fd83d1b3c1bb0d7c39c89904ac387cf6be339785451e
|
||||
|
||||
do_install() {
|
||||
vbin inxi
|
||||
|
|
Loading…
Add table
Reference in a new issue