From 95e4b0937e0de654e5016a4082ba831f0f497e23 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 4 Jan 2023 17:38:58 +0100 Subject: [PATCH] bump versions --- m1n1_uboot_kernel.sh | 4 ++-- meta.sh | 4 ++-- prepare_rust.sh | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 03ad292..30ce768 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -32,7 +32,7 @@ build_linux() 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 @@ -70,7 +70,7 @@ build_uboot() 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 diff --git a/meta.sh b/meta.sh index b299844..f4a3c0d 100644 --- a/meta.sh +++ b/meta.sh @@ -13,14 +13,14 @@ unset LANG 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 <= 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 diff --git a/prepare_rust.sh b/prepare_rust.sh index 0cd2be0..9cf3ab6 100644 --- a/prepare_rust.sh +++ b/prepare_rust.sh @@ -25,4 +25,3 @@ main() { } main "$@" - -- 2.39.2