diff options
author | Mike Banon <mikebdp2@gmail.com> | 2023-07-29 09:39:35 +0300 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-08-08 16:03:38 +0000 |
commit | 71043c1dc16af33664fb6c60e83d71b1d4e72ea5 (patch) | |
tree | 32699eaf9551c83fd9e7ca37e2c63e724499151a /payloads/external/tint/Makefile | |
parent | f731132fa053aebc064cd3d80bb9e063915bca67 (diff) |
tint: upgrade the tint payload to 0.07 version
This upgrades the tint payload to 0.07 version. The sources are
similar enough so that ..._libpayload.patch could be simply git-moved.
Change-Id: I0f6de3d0410e6d838fe49330d98620c877a0d2c7
Signed-off-by: Mike Banon <mikebdp2@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76820
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/external/tint/Makefile')
-rw-r--r-- | payloads/external/tint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 2b653f5a39..de3e58b8da 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -6,11 +6,11 @@ # Properties of the current TINT version # -TINT_VERSION=0.05 +TINT_VERSION=0.07 TINT_BASE_URL="https://mirror.fsf.org/trisquel/pool/main/t/tint" TINT_ARCHIVE="tint_${TINT_VERSION}.tar.xz" TINT_DIR="tint-${TINT_VERSION}" -TINT_SHA1SUM="859008216930a4584e622d0df41fd75c44d2b47f" +TINT_SHA1SUM="a7ec9355b9ea9d47576757219e9b1f4e51ac93a7" # # Locations of the input/output scripts |