acpica-utils: update to 20240827.
This commit is contained in:
parent
8258c01214
commit
271a150f26
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'acpica-utils'
|
||||
pkgname=acpica-utils
|
||||
version=20230628
|
||||
version=20240827
|
||||
revision=1
|
||||
build_style="gnu-makefile"
|
||||
make_use_env=yes
|
||||
|
@ -10,8 +10,12 @@ short_desc="Intel ACPI CA Unix utilities"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, BSD-3-Clause"
|
||||
homepage="https://www.acpica.org/"
|
||||
distfiles="https://downloadmirror.intel.com/783534/acpica-unix-${version}.tar.gz"
|
||||
checksum=86876a745e3d224dcfd222ed3de465b47559e85811df2db9820ef09a9dff5cce
|
||||
distfiles="https://github.com/user-attachments/files/16769900/acpica-unix-${version}.tar.gz"
|
||||
checksum=373d4f08da7f1e838191311cb0fc2615ca9c76f47b1e103631e20292a38b4836
|
||||
|
||||
post_extract() {
|
||||
mv source/include/ACPIXF.H source/include/acpixf.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright Notice/,/\*\/$/p' source/include/accommon.h | \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="https://acpica.org/downloads"
|
||||
site="https://github.com/acpica/acpica/releases"
|
||||
pkgname="acpica-unix"
|
||||
|
|
Loading…
Reference in New Issue