From 59ef1e44757052e9d7be4f2e4de6e4361ff32dc4 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann <thomas@glanzmann.de> Date: Thu, 4 May 2023 18:35:54 +0200 Subject: [PATCH] bump version --- meta.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.sh b/meta.sh index 360eb53..2029c47 100644 --- a/meta.sh +++ b/meta.sh @@ -12,14 +12,14 @@ unset LANG mkdir -p build cd build -export META_VERSION=6.3.0-1 +export META_VERSION=6.3.0-2 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.3.0-asahi-00528-g19f705b54d39 +Depends: linux-image-6.3.0-asahi-00529-gdad9ac5f8b80 Provides: wireguard-modules (= 1.0.0) Priority: optional Architecture: arm64 -- 2.39.5