Skip to content

Commit

Permalink
main/linux-stable: upgrade to 6.10.6
Browse files Browse the repository at this point in the history
        Automated package bump
  • Loading branch information
github-actions committed Aug 19, 2024
1 parent 64e6204 commit b6320ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main/linux-stable/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ _flavor=stable
pkgname=linux-${_flavor}
# NOTE: this kernel is intended for testing
# please resist urge to upgrade it blindly
pkgver=6.9.3
pkgver=6.10.6
case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=$pkgver;;
esac
pkgrel=1
pkgrel=0
pkgdesc="Linux latest stable kernel"
url="https://www.kernel.org"
depends="initramfs-generator"
Expand Down Expand Up @@ -270,8 +270,8 @@ _doc() {
}

sha512sums="
fed3b4cd1fbfb4d94618587c1934273d2ecc8b6e42a3d586ff8a5f24980be930f2ef803aa2923ca3bfa5e4e619f967f3af315368f24fa76f610b10443624a579 linux-6.9.tar.xz
5d47559efcc796b921e00fbefd1468c88da91afe70519aa721d825232d9b76c39c2d5096adc110481c5418da35689d6d835f794121b8783fa39b0d03dd44d460 patch-6.9.3.xz
baa2487954044f991d2ae254d77d14a1f0185dd62c9f0fcaff69f586c9f906823017b8db1c4588f27b076dfa3ebb606929fec859f60ea419e7974330b9289cc2 linux-6.10.tar.xz
cbff973f059aab36a8df5f71d1230a27fa24d7a0791dbe5249618beca37a7964d38c3dd9b544484e4ea2aa38c188dcd913678a9c05d92b5f5d4d34d954e0da1d patch-6.10.6.xz
cbe05f0faddb4ca2a6deac4c42f8afce67bf84d02be4c311de63002f87e19c19ea4a81a601a16111588875076584de045c63374e55736422adf1a11838d0cf45 config-stable.aarch64
3e8810419679f286cbeaae225b8bb2f0b50f0070a0565d0da9376cb715a1f7da40395bdf6f4b7a7962e0d44ca7bc673a83149a1ca71d02dd5ffb1adc861ab652 config-stable.armv7
5dc6383869b9960c55c7d919d22013b95c5e62f6b10f434a0a4ced439155b4e1a4eb9e26aec10a24632bee3b115875b46b926f9c779b779c61ebe82d62466c75 config-stable.x86_64
Expand Down

0 comments on commit b6320ed

Please sign in to comment.