summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorRĂ©mi Lacroix <remi.lacroix@idris.fr>2024-03-21 23:20:00 +0100
committerGitHub <noreply@github.com>2024-03-21 23:20:00 +0100
commitcfd4e356f83bae6f248288e65eacbef826b240d6 (patch)
treeca627e2e309ef3920e8655ad808e707e22c983ce /var
parentfc87dcad4ca81c521e8806e86e3a292c7166c8a9 (diff)
downloadspack-cfd4e356f83bae6f248288e65eacbef826b240d6.tar.gz
spack-cfd4e356f83bae6f248288e65eacbef826b240d6.tar.bz2
spack-cfd4e356f83bae6f248288e65eacbef826b240d6.tar.xz
spack-cfd4e356f83bae6f248288e65eacbef826b240d6.zip
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.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/x264/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/x264/package.py b/var/spack/repos/builtin/packages/x264/package.py
index 5bd179b8e8..086c83f450 100644
--- a/var/spack/repos/builtin/packages/x264/package.py
+++ b/var/spack/repos/builtin/packages/x264/package.py
@@ -13,6 +13,7 @@ class X264(AutotoolsPackage):
license("GPL-2.0-or-later")
+ version("20240314", commit="585e01997f0c7e6d72c8ca466406d955c07de912")
version("20210613", commit="5db6aa6cab1b146e07b60cc1736a01f21da01154")
depends_on("nasm")