test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.1-2;
+        git reset --hard asahi-6.2-rc2-1;
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
 package_boot_bin()
 {
 (
-        export M1N1_VERSION=1.2.3-3
+        export M1N1_VERSION=1.2.3-4
         rm -rf m1n1_${M1N1_VERSION}_arm64
         mkdir -p m1n1_${M1N1_VERSION}_arm64/DEBIAN m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/
         cp u-boot.bin m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/boot.bin
 
 main() {
         mkdir -p build
         cd build
-        export META_VERSION=6.1.0-1
+        export META_VERSION=6.2.0-1
         rm -rf linux-image-asahi_${META_VERSION}_arm64
         mkdir -p linux-image-asahi_${META_VERSION}_arm64/DEBIAN
 cat > linux-image-asahi_${META_VERSION}_arm64/DEBIAN/control <<EOF
 Package: linux-image-asahi
 Version: $META_VERSION
 Section: base
-Depends: linux-image-6.1.0-rc8-asahi (>= 6.1.0-rc8-asahi-36)
+Depends: linux-image-6.2.0-rc2-asahi (>= 6.2.0-rc2-asahi-62)
 Priority: optional
 Architecture: arm64
 Maintainer: Thomas Glanzmann <thomas@glanzmann.de>