diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-11-25 09:44:12 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-25 09:45:04 +0000 |
commit | 7e5536ed17e780d26933829cf4cb5b97b8060e20 (patch) | |
tree | e2c203ff6bc2eae8da772efc035860c2eb3b9efa /sys-firmware/firmware-imx | |
parent | licenses: Update LA_OPT_BASE_LICENSE (diff) | |
download | gentoo-7e5536ed17e780d26933829cf4cb5b97b8060e20.tar.gz gentoo-7e5536ed17e780d26933829cf4cb5b97b8060e20.tar.bz2 gentoo-7e5536ed17e780d26933829cf4cb5b97b8060e20.zip |
sys-firmware/firmware-imx: Bump to 8.18, drop old 8.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-firmware/firmware-imx')
-rw-r--r-- | sys-firmware/firmware-imx/Manifest | 2 | ||||
-rw-r--r-- | sys-firmware/firmware-imx/firmware-imx-8.18.ebuild (renamed from sys-firmware/firmware-imx/firmware-imx-8.17.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/firmware-imx/Manifest b/sys-firmware/firmware-imx/Manifest index 94f353d067e6..b6d1c1614069 100644 --- a/sys-firmware/firmware-imx/Manifest +++ b/sys-firmware/firmware-imx/Manifest @@ -1 +1 @@ -DIST firmware-imx-8.17.bin 1460231 BLAKE2B 17d790052015675aa972d312f4b8d8dab2d167f48cdd880b31b7bf52f79882bbb1bdfb8fcf49d0b6f41f3cd7c5b88963ea7034ed45e35f9c8db16873fc90ed23 SHA512 88c0866354175bb7b54b15ef58e41e3c51e63ea9eeb1cef1c91cdf180a52e97fb755428180df84bee2e9f0dce9633fb663d4f68caa6c327fb2a3fe508dc4cdf9 +DIST firmware-imx-8.18.bin 1513050 BLAKE2B ce4a8939f11a6580859d208164b225f7ce6bdd225f8488514727bb82360f6edb426a20f61e374cd7e72c32282284a1688368abff683a2907f0dbc12b7ca9379c SHA512 e0b0a73f53e3d97035fadc64f84ba8c3dc73a58db66107cfffc0f9938fa1ad4eb4e1d96a8f23f44ba9711305d5b4dbdf25a9333cce99c6d37aea492d65ae913a diff --git a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild index 30bb93a7b840..1ca9ce550781 100644 --- a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild +++ b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild @@ -20,5 +20,5 @@ src_unpack() { src_install() { insinto /lib/firmware - doins -r epdc sdma vpu + doins -r */ } |