mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
m1n1: update hook
This commit is contained in:
parent
7f496344e9
commit
8a6d8b85d0
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ case "$PAYLOAD" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[ -e "$TARGET" ] && mv -f "$TARGET" "${TARGET}.old"
|
[ -e "$TARGET" ] && cp --preserve=timestamps "$TARGET" "${TARGET}.old"
|
||||||
mv -f "${TARGET}.new" "$TARGET"
|
mv -f "${TARGET}.new" "$TARGET"
|
||||||
|
|
||||||
echo "m1n1 updated at ${TARGET}"
|
echo "m1n1 updated at ${TARGET}"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'm1n1'
|
# Template file for 'm1n1'
|
||||||
pkgname=m1n1
|
pkgname=m1n1
|
||||||
version=1.4.21
|
version=1.4.21
|
||||||
revision=1
|
revision=2
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
hostmakedepends="ImageMagick void-artwork"
|
hostmakedepends="ImageMagick void-artwork"
|
||||||
short_desc="Asahi Linux bootloader"
|
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"
|
license="MIT"
|
||||||
homepage="https://asahilinux.org"
|
homepage="https://asahilinux.org"
|
||||||
distfiles="https://github.com/AsahiLinux/m1n1/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/AsahiLinux/m1n1/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue