rpi-firmware: update to 20130712.

This commit is contained in:
Juan RP 2013-07-12 09:01:54 +02:00
parent 40d26c3e44
commit 9998ec7c5b

View file

@ -1,6 +1,6 @@
# Template file for 'rpi-firmware'
pkgname=rpi-firmware
version=20130514
version=20130712
revision=1
short_desc="Firmware files for the Raspberry Pi"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -13,7 +13,7 @@ noextract=yes
do_fetch() {
local url="git://github.com/raspberrypi/firmware.git"
# Latest commit from 20130514 is f53948f
# Latest commit from 20130712 is ba8059e8
git clone --depth 1 $url ${pkgname}-${version}
}