From bf8c234d267ec020102b88bcef6cbee98b352da5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Sep 2013 12:05:34 +0200 Subject: [PATCH] rpi-firmware: update to today's git firmware. --- srcpkgs/rpi-firmware/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 0e86f1eb980..a8106272b6e 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,16 +1,15 @@ # Template file for 'rpi-firmware' pkgname=rpi-firmware -version=20130809 +version=20130913 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 " license="Propietary -- see /usr/share/licences/${pkgname}/" homepage="https://github.com/raspberrypi/firmware" - do_fetch() { local url="git://github.com/raspberrypi/firmware.git" - # Latest commit from 20130809 is fb15696 git clone --depth 1 $url ${pkgname}-${version} }