wok diff iasl/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (3 weeks ago)
parents 1bb618a02809
children
line diff
     1.1 --- a/iasl/receipt	Fri Mar 11 07:05:53 2022 +0100
     1.2 +++ b/iasl/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -17,8 +17,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://acpica.org/downloads 2>/dev/null | \
     1.8 -	sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - https://github.com/acpica/acpica/tags 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/[A-Za-z_-]*||;s|".*||;s|_|.|g;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.