From 3b2f5d56485318a9946c6bd56464f357b95c150b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Jan 2014 17:34:11 +0100 Subject: [PATCH] rpi-firmware: update to git a62796f. --- srcpkgs/rpi-firmware/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index bf10b35cdac..1dcc4df2a6b 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -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 " 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"