diff options
author | Peter Seiderer <ps.report@gmx.net> | 2019-01-27 18:08:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-27 20:38:30 +0100 |
commit | 0d176bf678971cd235c33af31952cd616409e36a (patch) | |
tree | 53bc05e97b7b4e681d20814a66a3667d8f234b57 | |
parent | 567355742fc90c8b67b0d7ad22f260b5b2db7aa5 (diff) | |
download | buildroot-0d176bf678971cd235c33af31952cd616409e36a.tar.gz buildroot-0d176bf678971cd235c33af31952cd616409e36a.zip |
package/rpi-userland: bump version to e5803f2c98
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 2f10993899..44d446ea3e 100644 --- a/package/rpi-userland/rpi-userland.hash +++ b/package/rpi-userland/rpi-userland.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 cf4f9ea62d0986f03af07485a9dfed6dc80253b691dedd6851b140581b72cafc rpi-userland-7cbfbd38d9824535164f93a1d32c81a33a00ca31.tar.gz +sha256 9424ffa45ef888fb61483c63fd66532c1c648e071fea72c93762efbb3c2a8669 rpi-userland-e5803f2c986cbf8c919c60278b3231dcdf4271a6.tar.gz diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index ea4df49a5e..20ef2fca98 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 7cbfbd38d9824535164f93a1d32c81a33a00ca31 +RPI_USERLAND_VERSION = e5803f2c986cbf8c919c60278b3231dcdf4271a6 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3-Clause RPI_USERLAND_LICENSE_FILES = LICENCE |