rpi-utils: update to 20240523.

This commit is contained in:
classabbyamp 2024-06-01 04:15:40 -04:00 committed by classabbyamp
parent ead5773368
commit f541567d94

View File

@ -1,9 +1,9 @@
# Template file for 'rpi-utils'
pkgname=rpi-utils
version=20240228
version=20240523
revision=1
_commit=9eddf892ef7b9f94b2406d56f48c81f15a42794c
archs="armv6l* armv7l* aarch64*"
_commit=b9c63214c535d7df2b0fa6743b7b3e508363c25a
archs="aarch64* armv7l* armv6l*"
build_style=cmake
makedepends="dtc-devel"
depends="python3 perl bash"
@ -12,7 +12,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/raspberrypi/utils"
distfiles="https://github.com/raspberrypi/utils/archive/${_commit}.tar.gz"
checksum=f54ec0909713b8450e118b0ebb8a51e9b293ffca519026f0296d21809072173a
checksum=e2dd917ba498c3cc24fbcea6a3e14fd06ed99d0b00a230b1ec8a3d36ad2b0ac9
python_version=3
post_install() {