alarm/raspberrypi-bootloader to 20240919-1

This commit is contained in:
graysky 2024-09-19 05:44:50 -04:00
parent 9e5aaf4908
commit 009a265795
2 changed files with 4 additions and 4 deletions

View file

@ -2,16 +2,16 @@
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=raspberrypi-bootloader
pkgver=20240914
pkgver=20240919
pkgrel=1
_commit=48cd9f9dfe536c5ad32367a1554b12d5a7325d00
_commit=0dd742da04fc79b1c7db70493deedb0a382c6b83
arch=('any')
url="https://github.com/raspberrypi/firmware"
license=('custom')
options=(!strip)
source=("bootloader-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz")
md5sums=('2d909b27eeef1d21378fb31a6761ce26')
md5sums=('1fb830fdd662889caa4812f8ecad6e6c')
package() {
pkgdesc="Bootloader files for Raspberry Pi"

View file

@ -10,7 +10,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_regen=
pkgver=6.6.51
pkgrel=1
pkgrel=2
pkgdesc='Linux'
url="https://github.com/raspberrypi/linux"
arch=(armv7h aarch64)