From 0fe6e0a39cf3e4ee02fe2eabe54e1676747302a7 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Fri, 28 Apr 2023 16:45:46 +0200
Subject: [PATCH] bump version

---
 meta.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta.sh b/meta.sh
index 8e68a19..3c4253f 100644
--- a/meta.sh
+++ b/meta.sh
@@ -12,14 +12,14 @@ unset LANG
 
 mkdir -p build
 cd build
-export META_VERSION=6.2.0
+export META_VERSION=6.3.0
 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.2.0-asahi (>= 6.2.0-asahi-5)
+Depends: linux-image-6.3.0-asahi-00527-gc1e4a6ca5918
 Provides: wireguard-modules (= 1.0.0)
 Priority: optional
 Architecture: arm64
-- 
2.39.5