diff --git a/srcpkgs/asahi-uboot/INSTALL b/srcpkgs/asahi-uboot/INSTALL deleted file mode 100644 index 723ff2e2a0f249..00000000000000 --- a/srcpkgs/asahi-uboot/INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -case $ACTION in -post) - if [ -f "usr/lib/asahi-boot/m1n1.bin" ] && command -v update-m1n1 >/dev/null; then - update-m1n1 - fi - ;; -esac diff --git a/srcpkgs/asahi-uboot/template b/srcpkgs/asahi-uboot/template index f23ae3a73eaf8f..b48267db8e0a3e 100644 --- a/srcpkgs/asahi-uboot/template +++ b/srcpkgs/asahi-uboot/template @@ -1,8 +1,8 @@ # Template file for 'asahi-uboot' pkgname=asahi-uboot -version=2022.07 +version=2022.10 revision=1 -_subversion=3 +_subversion=1 archs="aarch64*" wrksrc=u-boot-asahi-v${version}-${_subversion} hostmakedepends="flex bc dtc openssl-devel" # until uboot supports skipping tools build... @@ -11,7 +11,7 @@ maintainer="Will Springer " license="GPL-2.0-or-later, MIT" homepage="http://asahilinux.org" distfiles="https://github.com/AsahiLinux/u-boot/archive/refs/tags/asahi-v${version}-${_subversion}.tar.gz" -checksum=8d1e517ccf80ad066c88d17a27c29125497d7f8883ed60c9ade7bf0bd85482ad +checksum=58e28abe8805e50ce42b6471162ae1c85484941018b69a441b7b869b1004a90b do_configure() { unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS