From 367c155978c9ffe7fef5a1d0fd6c8fd0eeca05f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 14 Jan 2018 12:18:57 +0100 Subject: [PATCH] rpi-userland: update to 20180103 --- srcpkgs/rpi-userland/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rpi-userland/template b/srcpkgs/rpi-userland/template index 935e08305fe..9d7b123ad0a 100644 --- a/srcpkgs/rpi-userland/template +++ b/srcpkgs/rpi-userland/template @@ -1,9 +1,9 @@ # Template file for 'rpi-firmware' -_githash="e022e802aab29f9f8af0d29d46536534d289fee3" +_githash="c9d823d0c3e54d94cd65990350eb1ae3be7e9915" _gitshort="${_githash:0:7}" pkgname=rpi-userland -version=20170427 +version=20180103 revision=1 wrksrc="userland-${_githash}" build_style=cmake @@ -13,7 +13,7 @@ maintainer="Juan RP " license="3-clause-BSD" homepage="https://github.com/raspberrypi/userland" distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz" -checksum=ae4fabb8b7bbde900fa5a03e075c0a7fb31e19ef38758baeeac88d915cc7f88a +checksum=d65d03d1fcb9a05816c5a894f345d3de703a2aa2f6948291f13908512f64754c LDFLAGS="-Wl,--no-as-needed" only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"