rpi-firmware: update to git a62796f.
This commit is contained in:
parent
7d854391f4
commit
3b2f5d5648
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
_githash="a62796f"
|
||||
|
||||
pkgname=rpi-firmware
|
||||
version=20131201
|
||||
version=20140102
|
||||
revision=1
|
||||
_githash="f7e9bcd"
|
||||
noarch=yes
|
||||
short_desc="Firmware files for the Raspberry Pi (git ${_githash})"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary - see /usr/share/licences/${pkgname}/"
|
||||
homepage="https://github.com/raspberrypi/firmware"
|
||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||
noarch="yes"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/raspberrypi/firmware.git"
|
||||
|
|
Loading…
Reference in a new issue