mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Update to 20220217-1
This commit is contained in:
parent
b5e7a20556
commit
39044b900e
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: graysky <graysky@archlinux.us>
|
||||
|
||||
pkgname=rpi-eeprom
|
||||
_commit=7deaaa181a5f6b263e006eb9ea3758731a943125
|
||||
pkgver=20220209
|
||||
_commit=42de218ded2387b17aba3349aa6734c5f8584f4b
|
||||
pkgver=20220217
|
||||
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=('23406d14238f9980231a4b04256b3ab2')
|
||||
md5sums=('bd1f038f3e83ba033b65b58cda238116')
|
||||
install="$pkgname.install"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue