rpi-firmware: bump version (git commit fb15696).
This commit is contained in:
@@ -1,19 +1,18 @@
|
|||||||
# Template file for 'rpi-firmware'
|
# Template file for 'rpi-firmware'
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20130712
|
version=20130809
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Firmware files for the Raspberry Pi"
|
short_desc="Firmware files for the Raspberry Pi"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
license="Propietary -- see /usr/share/licences/${pkgname}/"
|
||||||
homepage="https://github.com/raspberrypi/firmware"
|
homepage="https://github.com/raspberrypi/firmware"
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/raspberrypi/firmware.git"
|
local url="git://github.com/raspberrypi/firmware.git"
|
||||||
# Latest commit from 20130712 is ba8059e8
|
# Latest commit from 20130809 is fb15696
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
git clone --depth 1 $url ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user