diff options
author | Martin Bark <martin@barkynet.com> | 2017-04-14 16:32:25 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-14 22:24:58 +0200 |
commit | f135942f2c0424aaa6eee00b8f75efb776153746 (patch) | |
tree | dcc67f9ddeac6dd7603d074a2cf731a67947c5c5 | |
parent | 24f230e4919db8a5ec2e8eb93c990f8a6896cd13 (diff) | |
download | buildroot-f135942f2c0424aaa6eee00b8f75efb776153746.tar.gz buildroot-f135942f2c0424aaa6eee00b8f75efb776153746.zip |
package/rpi-userland: bump version
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rpi-userland/rpi-userland.hash | 2 | ||||
-rw-r--r-- | package/rpi-userland/rpi-userland.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/rpi-userland/rpi-userland.hash b/package/rpi-userland/rpi-userland.hash index 3e0dbfae2a..d4715fee91 100644 --- a/package/rpi-userland/rpi-userland.hash +++ b/package/rpi-userland/rpi-userland.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 9f7caa5fee77cef034551b23a7c12d78792ebd2feca7bcbc677da4daf2a98cf7 rpi-userland-f410ec051a3724934e3671315474d4b81424b0ef.tar.gz +sha256 35b02340de04d8b91490e192b402ba23333a82b0c624e3e4475ba3240a2419a5 rpi-userland-f0642e3b58d8a140a3f7621630c15fbfa794b19d.tar.gz diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 632552cd9c..ab054475f9 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = f410ec051a3724934e3671315474d4b81424b0ef +RPI_USERLAND_VERSION = f0642e3b58d8a140a3f7621630c15fbfa794b19d RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3-Clause RPI_USERLAND_LICENSE_FILES = LICENCE |