mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 18:42:58 +02:00
inxi: update to 3.0.14. (#481)
This commit is contained in:
parent
b387fed436
commit
72423cca9e
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'inxi'
|
# Template file for 'inxi'
|
||||||
pkgname=inxi
|
pkgname=inxi
|
||||||
version=3.0.13
|
version=3.0.14
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="inxi-${version}-1"
|
wrksrc="inxi-${version}-1"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://smxi.org/docs/inxi.htm"
|
homepage="https://smxi.org/docs/inxi.htm"
|
||||||
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
|
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
|
||||||
checksum=66f2d61a7862aa5f78f2f6962258cb82fcd5f5db287b76851560cf51512a39bf
|
checksum=c39047d588af62f89ec0b29f6e7349373f9d33201b1793c6fffa126985695303
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin inxi
|
vbin inxi
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://github.com/smxi/inxi/raw/master/inxi"
|
pattern='/inxi/archive/\K[-.\d]+(?=\.tar)'
|
||||||
pattern="#### Version: \K.*"
|
version=${wrksrc##*inxi-}
|
||||||
|
|
Loading…
Add table
Reference in a new issue