Skip to content

Commit

Permalink
kernel-6.1/lkrg: Bump v.0.9.6+10
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Oct 2, 2023
1 parent d1b3dd1 commit f6d229b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kernels/6.1/lkrg/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
package_dir: /{{ .Values.name }}
steps:
- >-
luet i -y --sync-repos kernel-6.1/macaroni-modules --nodeps && luet cleanup &&
luet i -y --sync-repos kernel-6.1/macaroni-modules app-antivirus/lkrg --nodeps && luet cleanup &&
cd /lib/modules/{{ ( index .Values.labels "kernel.version" ) }}-{{ ( index .Values.labels "kernel.suffix" ) }} &&
ln -s /usr/src/linux-{{ ( index .Values.labels "kernel.version" ) }}-{{ ( index .Values.labels "kernel.suffix" ) }} build
- >-
Expand Down
2 changes: 1 addition & 1 deletion packages/kernels/6.1/lkrg/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lkrg
version: 0.9.6+9
version: 0.9.6+10
category: kernel-6.1
annotations:
kernel_module: true
Expand Down

0 comments on commit f6d229b

Please sign in to comment.