diff --git a/srcpkgs/atf-rk3399-bl31/template b/srcpkgs/atf-rk3399-bl31/template index 234d1b3febb..c14dcf610e2 100644 --- a/srcpkgs/atf-rk3399-bl31/template +++ b/srcpkgs/atf-rk3399-bl31/template @@ -1,16 +1,16 @@ # Template file for 'atf-rk3399-bl31' pkgname=atf-rk3399-bl31 -version=2.6 +version=2.7 revision=1 archs="aarch64*" wrksrc="trusted-firmware-a-${version}" hostmakedepends="cross-arm-none-eabi" short_desc="ARM Trusted Firmware for Rockchip rk3399 boards (ARMv8, bl31 option)" -maintainer="Cameron Nemo " +maintainer="Cameron Nemo " license="BSD-3-Clause" homepage="https://developer.trustedfirmware.org/dashboard/view/6/" distfiles="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${version}.tar.gz" -checksum=4e59f02ccb042d5d18c89c849701b96e6cf4b788709564405354b5d313d173f7 +checksum=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6 nostrip=yes post_patch() { diff --git a/srcpkgs/atf-rk3399-bl31/update b/srcpkgs/atf-rk3399-bl31/update new file mode 100644 index 00000000000..7ba2f720ab1 --- /dev/null +++ b/srcpkgs/atf-rk3399-bl31/update @@ -0,0 +1,2 @@ +site=https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/refs/ +pattern="tag/\?h=v\K[\d\.]+"