Browse Source

pkg: fedora: Update to v6.3.13

Dorian Stoll 1 year ago
parent
commit
c20005bb1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pkg/fedora/kernel-surface/build-linux-surface.py

+ 2 - 2
pkg/fedora/kernel-surface/build-linux-surface.py

@@ -18,13 +18,13 @@ PACKAGE_NAME = "surface"
 ## Fedora tags: kernel-X.Y.Z
 ## Upstream tags: vX.Y.Z
 ##
-PACKAGE_TAG = "kernel-6.3.12-0"
+PACKAGE_TAG = "kernel-6.3.13-0"
 
 ##
 ## The release number of the modified kernel package.
 ## e.g. 300 for kernel-6.3.1-300.fc38.foo
 ##
-PACKAGE_RELEASE = "2"
+PACKAGE_RELEASE = "1"
 
 ##
 ## Build options for configuring which parts of the kernel package are enabled.