x264: Tag a recent commit: 20240314 (#43304)

x264 does not publish releases so tag a newer commit in Spack in order to be able to use an up-to-date version.
This commit is contained in:
Rémi Lacroix 2024-03-21 23:20:00 +01:00 committed by GitHub
parent fc87dcad4c
commit cfd4e356f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ class X264(AutotoolsPackage):
license("GPL-2.0-or-later")
version("20240314", commit="585e01997f0c7e6d72c8ca466406d955c07de912")
version("20210613", commit="5db6aa6cab1b146e07b60cc1736a01f21da01154")
depends_on("nasm")