mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/rpi-eeprom to 20230113-1
This commit is contained in:
parent
2aad924f7f
commit
3de3cd9ea1
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=b4b4605c7de485a6604fb5b9f295eb87d878f848
|
||||
pkgver=20230105
|
||||
_commit=e2fc5b19933e8dd7c5677fec08cdeec54934b29b
|
||||
pkgver=20230113
|
||||
pkgrel=1
|
||||
pkgdesc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ license=('custom')
|
|||
depends=(python pciutils raspberrypi-firmware coreutils binutils)
|
||||
backup=("etc/default/$pkgname-update")
|
||||
source=("$pkgname-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/rpi-eeprom/archive/$_commit.tar.gz")
|
||||
md5sums=('d9b43fd644edc547809bcbd76b3b693b')
|
||||
md5sums=('fac6e1d32dcbeb5b5aeed73899c54cc3')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue