Skip to content

Commit

Permalink
bump kernel to 6.6-14 and m1n1 to 1.4.11
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Dehaes <[email protected]>
  • Loading branch information
joske committed Dec 25, 2023
1 parent 1e0630f commit 57a74f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions linux-asahi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildarch=8

_rcver=6.6
#_rcrel=3
_asahirel=13
_asahirel=14
pkgrel=1

_m1n1_version=1.4.9
Expand All @@ -30,10 +30,10 @@ source=(
config # the main kernel config file
config.edge # overrides for linux-asahi-edge
)
sha256sums=('fb344f9c6ded5045be9d3c368b368dc9cb4af97d517423b2e48a319a0d929f1c'
sha256sums=('b633c6055dbbbd56b6af555afa07c8c68ba27d778c4be1b630c6e56fc6da73c2'
'adbefe442c323be82bc534702efccbf7dcd6720dad926af93435e69b261e6817'
'a30d8bfd24b9cdd45755bf5eda9ba876195a860527552d1e704516702e792872')
b2sums=('b401dd06633cf78c988eecd8c736d1dd8a264a4e0399eccb958cccca2fa8e4dce0bfab5a263a3f495885cc2a16acee6b6e7da7a6725fab38f6ffd2e6f3213215'
b2sums=('5ead418fa294d5015af560b4249324aa2531a2aa34db214be4d09ab9cef602b6ffdbee7a45a21329b35a9df96bbaf7312b8b311a6461066af33ceafdb1aabeb7'
'fe5b2ed51dc5a08c32487d85cf24eef9f76c1dd5865ad8b48f5fc49c33b7388ea8c346f357a931bcd48d4028dff73cde839e3450c2b07178f0b86934b70df729'
'329d247959ba2862a7e55714ebc59886c62b840f1cab9d27b7b74b2379789f0da607b08c22b5ceddf6d2487761f6cba350d6e0997d53c0f2642e81d7da3c4c8b')
export KBUILD_BUILD_HOST=archlinux
Expand Down
6 changes: 3 additions & 3 deletions m1n1/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Hector Martin <[email protected]>

pkgname=m1n1
pkgver=1.4.9
pkgver=1.4.11
pkgrel=1
pkgdesc='Asahi Linux bootloader'
_artwork_commit_id=35626c31f5c5a8a884aaff93f864795026495742
Expand All @@ -17,9 +17,9 @@ source=(
"m1n1-${_m1n1_commit_id}.tar.gz::https://github.com/AsahiLinux/m1n1/archive/${_m1n1_commit_id}.tar.gz"
)
sha256sums=('ffa129b5cae8debd4ffd97f7f1ac7f571c7ba4679793cd138918c2ae76a7103d'
'02881214610b60e865b3765a0962240047f369f6ae66f7a41142debf76fbe9a0')
'227644907d84955b9421a53717b3ebb40dfa1d90c7742e284632547803844d8e')
b2sums=('26e9668f7c7393fec24b53b184ea0eabed4f46479c1aab26728d01c179091683cc4387ff83796bdcbb289376236faf9f651197b9fbba51e52540e58ebdc8bcc5'
'71694dbfbb73fc49eb3edad98b805370fd6668f23766121d5691c9f57cdba18212f7876f830a2a12617be5a33cfad94f613993ba1206dcfe91d9037c97580acf')
'84f311b5da34cb0502103fd439a22ef068db7c77d25f6e4e2de539d23ed28d3468a554fae1905b99d09dc27391a797f6cbf88efbf1b4720dad13fe7b00bbe551')

prepare() {
rm -rf "${srcdir}/$_m1n1_srcname"/artwork
Expand Down

0 comments on commit 57a74f9

Please sign in to comment.