Update default LTS kernel to 6.1 in base-cereus, and change version format
This commit is contained in:
parent
b5cecd0d89
commit
7a59151ec8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'base-cereus'
|
||||
pkgname=base-cereus
|
||||
version=0.114
|
||||
revision=5
|
||||
version=2023.02.08
|
||||
revision=1
|
||||
build_style=meta
|
||||
repository=cereus-core
|
||||
short_desc="Cereus Linux base system meta package"
|
||||
|
@ -25,5 +25,5 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc*) depends+=" linux-base linux5.15 linux5.15-headers";;
|
||||
i686*|x86_64*|ppc*) depends+=" linux-base linux6.1 linux6.1-headers";;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue