mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-bootloader to 20240919-1
This commit is contained in:
parent
9e5aaf4908
commit
009a265795
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue