linux-lts: extract update_* to external update file
This commit is contained in:
parent
e4d7f05905
commit
0e5fba2e89
|
@ -8,8 +8,6 @@ short_desc="Linux LTS (Long Term Support) kernel meta package"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Public domain"
|
||||
only_for_archs="i686 x86_64"
|
||||
update_site="https://www.kernel.org/feeds/kdist.xml"
|
||||
update_pattern="<title>\K\d+.\d+(?=.[\d]+: longterm</title>)"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="https://www.kernel.org/feeds/kdist.xml"
|
||||
pattern="<title>\K\d+.\d+(?=.[\d]+: longterm</title>)"
|
Loading…
Reference in New Issue