Update package version to 6.12.28
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
VERSION=$(curl -s https://www.kernel.org/ | grep -m1 -A1 'longterm:' | grep -oP '(?<=strong>).*(?=</strong.*)')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: linux-lts
|
name: linux-lts
|
||||||
description: The longterm support version of the linux kernel
|
description: The longterm support version of the linux kernel
|
||||||
version: 6.12.26
|
version: 6.12.28
|
||||||
url: https://www.kernel.org/
|
url: https://www.kernel.org/
|
||||||
license: GPL2-only
|
license: GPL2-only
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user