dmidecode: update to 3.5.
This commit is contained in:
parent
7a6388a1be
commit
c534cc4409
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dmidecode'
|
||||
pkgname=dmidecode
|
||||
version=3.4
|
||||
version=3.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sbindir=/usr/bin"
|
||||
|
@ -8,6 +8,9 @@ make_install_args="sbindir=/usr/bin"
|
|||
short_desc="Desktop Management Interface table related utilities"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.nongnu.org/dmidecode"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212
|
||||
homepage="https://www.nongnu.org/dmidecode"
|
||||
changelog="https://git.savannah.gnu.org/cgit/dmidecode.git/plain/NEWS"
|
||||
# Should be using NONGNU_SITE instead, but that often redirects to outdated
|
||||
# mirrors, causing fetching the distfile to fail.
|
||||
distfiles="https://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz"
|
||||
checksum=79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073
|
||||
|
|
Loading…
Add table
Reference in a new issue