mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
rpi-firmware: update to today's git firmware.
This commit is contained in:
parent
73a8971d5d
commit
bf8c234d26
1 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20130809
|
version=20130913
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Firmware files for the Raspberry Pi"
|
_githash="7d8a762"
|
||||||
|
short_desc="Firmware files for the Raspberry Pi (git commit: ${_githash})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
||||||
homepage="https://github.com/raspberrypi/firmware"
|
homepage="https://github.com/raspberrypi/firmware"
|
||||||
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/raspberrypi/firmware.git"
|
local url="git://github.com/raspberrypi/firmware.git"
|
||||||
# Latest commit from 20130809 is fb15696
|
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
git clone --depth 1 $url ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue