Skip to content

Commit

Permalink
kernels/mocaccino: bump to 6.11.7 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Nov 11, 2024
1 parent 4ad277d commit e0de741
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/kernels/initramfs/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- category: "kernel"
name: "mocaccino-initramfs"
modules_name: "mocaccino-modules"
version: "6.11.6"
version: "6.11.7"
git_sha: e80e77438c627981b266734c03e23dcf8a60014e
golang_version: "1.19.1"
arch: "amd64"
Expand All @@ -15,7 +15,7 @@ packages:
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
autobump.version_hook: |
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
package.version: "6.11.6"
package.version: "6.11.7"
- category: "kernel"
name: "mocaccino-lts-initramfs"
modules_name: "mocaccino-lts-modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/kernels/kernels/mocaccino/minimal/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mocaccino-minimal
category: kernel
version: "6.11.6"
version: "6.11.7"
kernelprefix: kernel-vanilla
suffix: mocaccino
arch: "x86_64"
Expand All @@ -17,4 +17,4 @@ labels:
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
autobump.version_hook: |
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
package.version: "6.11.6"
package.version: "6.11.7"
4 changes: 2 additions & 2 deletions packages/kernels/kernels/mocaccino/modules/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mocaccino-modules
category: kernel
version: "6.11.6"
version: "6.11.7"
prefix: linux
suffix: mocaccino
arch: "x86_64"
Expand All @@ -13,4 +13,4 @@ labels:
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
autobump.version_hook: |
curl -Ls https://kernel.org/releases.json | jq -cr '[ .releases[] | select(.moniker == "stable") ][0].version'
package.version: "6.11.6"
package.version: "6.11.7"

0 comments on commit e0de741

Please sign in to comment.