From e0483884663a87f774d528ad7632fb753029d621 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Jun 2014 09:57:18 +0200 Subject: [PATCH] rpi-firmware: update to upstream git commit affe5cd9d3e. --- srcpkgs/rpi-firmware/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 04b20b507d..d80a0f08c2 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,18 +1,18 @@ # Template file for 'rpi-firmware' -_githash="2990b787dcb28abe997c6c7640e3986f0db58728" +_githash="affe5cd9d3e1e8dcc29509f12fc3ed5153f3fb67" _gitshort="${_githash:0:7}" pkgname=rpi-firmware -version=20140608 +version=20140627 revision=1 noarch=yes +wrksrc="firmware-${_githash}" short_desc="Firmware files for the Raspberry Pi (git ${_gitshort})" maintainer="Juan RP " license="Propietary - see /usr/share/licences/${pkgname}/" homepage="https://github.com/raspberrypi/firmware" distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz" -checksum=376ecf925bd45807a6f88997f11ed9afe94959acf608d3e427520e5f6654cd0d -wrksrc="firmware-${_githash}" +checksum=4cf44dc911eb891d964620dc7a39e507342d1bf1b0d12ed1115120eb831de5b8 conf_files="/boot/cmdline.txt /boot/config.txt" provides="libEGL-1.0_1 libGLES-1.0_1"