m1n1: update hook

This commit is contained in:
dkwo 2025-07-16 10:35:49 -04:00 committed by classabbyamp
parent 7f496344e9
commit 8a6d8b85d0
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ case "$PAYLOAD" in
;;
esac
[ -e "$TARGET" ] && mv -f "$TARGET" "${TARGET}.old"
[ -e "$TARGET" ] && cp --preserve=timestamps "$TARGET" "${TARGET}.old"
mv -f "${TARGET}.new" "$TARGET"
echo "m1n1 updated at ${TARGET}"

View file

@ -1,11 +1,11 @@
# Template file for 'm1n1'
pkgname=m1n1
version=1.4.21
revision=1
revision=2
archs="aarch64*"
hostmakedepends="ImageMagick void-artwork"
short_desc="Asahi Linux bootloader"
maintainer="Will Springer <skirmisher@protonmail.com>, dkwo <npiazza@disroot.org>"
maintainer="dkwo <npiazza@disroot.org>, Will Springer <skirmisher@protonmail.com>"
license="MIT"
homepage="https://asahilinux.org"
distfiles="https://github.com/AsahiLinux/m1n1/archive/refs/tags/v${version}.tar.gz"