From c7c189e8aa51c650d08eaa6ab8658f1c51d2ed0c Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 13 May 2023 21:51:25 +0200 Subject: [PATCH] version bump --- m1n1_uboot_kernel.sh | 2 +- meta.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index c3dda1c..20bc545 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -71,7 +71,7 @@ build_uboot() package_boot_bin() { ( - export M1N1_VERSION=1.2.7-1 + export M1N1_VERSION=1.2.7-2 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 2029c47..a3cfb2e 100644 --- a/meta.sh +++ b/meta.sh @@ -12,14 +12,14 @@ unset LANG mkdir -p build cd build -export META_VERSION=6.3.0-2 +export META_VERSION=6.3.0-3 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 <