From eb9e140f9c86adf850e03022e4129c9f6d282f47 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Sun, 28 Jun 2026 09:13:18 +0200 Subject: [PATCH] fix url --- media-video/hdr10plus_tool-bin/Manifest | 2 +- media-video/hdr10plus_tool-bin/hdr10plus_tool-bin-1.7.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/hdr10plus_tool-bin/Manifest b/media-video/hdr10plus_tool-bin/Manifest index 0373604..50f6d17 100644 --- a/media-video/hdr10plus_tool-bin/Manifest +++ b/media-video/hdr10plus_tool-bin/Manifest @@ -1,2 +1,2 @@ DIST hdr10plus_tool-1.7.2-x86_64-unknown-linux-musl.tar.gz 1409913 BLAKE2B ecf649132460361715ac9f5d653a622d735502fb4ad6c3d0bfaf4c7f9fb4d6f033880eca621fc74315a5d7dbb415016d6130d2da36ccd097af8a9113e5167f0c SHA512 0d7b91d54429252ca0add8baf6527ab918f0a8eb4aa4ed0d5ba218ed44d17423d2304cdf08ce191c2057683febde916d7f3b25a3eaf69dd1c3b8bf182643a4ce -EBUILD hdr10plus_tool-bin-1.7.2.ebuild 591 BLAKE2B 53aa31df25c407ff2343c8b0f1548bc93873f30328ee7593449e07e41e82790f86506e6425d0b8204c3a2c1fa7b2ba22936e143a009a8611ae6226f715ade7f9 SHA512 53018e05465adf2b4a7818498ce59fbe2395c03707d1a3c326f62b1e41c991703a233d4f64e7db419eee3811aff1dbe5e3729699aaa02b259ba380c9fa30b550 +EBUILD hdr10plus_tool-bin-1.7.2.ebuild 591 BLAKE2B 80df8acbe6a4985041da8865b9706d8936c6f83dd13e949107e8aba289f935ac0d3c2df660b5576bceeb091cb27f0bb5aa0f9396f7fc55cb36fcc19a756a8ec9 SHA512 61d5cb0d2aa1deeb38e18548468bb22951b81e17b2263a4a96337b94ad7596ade65562ada3e0a620ea2f98bb6a7a4a742565349b9ddd6a47586fa6364312b36f diff --git a/media-video/hdr10plus_tool-bin/hdr10plus_tool-bin-1.7.2.ebuild b/media-video/hdr10plus_tool-bin/hdr10plus_tool-bin-1.7.2.ebuild index 3468129..cfbdefe 100644 --- a/media-video/hdr10plus_tool-bin/hdr10plus_tool-bin-1.7.2.ebuild +++ b/media-video/hdr10plus_tool-bin/hdr10plus_tool-bin-1.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="CLI utility to work with HDR10+ in HEVC files." HOMEPAGE="https://github.com/quietvoid/hdr10plus_tool" -SRC_URI="https://github.com/quietvoid/hdr10plus_tool/releases/download/1.7.2/hdr10plus_tool-1.7.2-x86_64-unknown-linux-musl.tar.gz" +SRC_URI="https://github.com/quietvoid/hdr10plus_tool/releases/download/${PV}/hdr10plus_tool-${PV}-x86_64-unknown-linux-musl.tar.gz" LICENSE="MIT" SLOT="0"