cpio: add v2.14 (#37975)

This commit is contained in:
Alec Scott 2023-05-29 00:58:53 -07:00 committed by GitHub
parent b05f0ecb6f
commit ba1fac1c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class Cpio(AutotoolsPackage, GNUMirrorPackage):
executables = ["^cpio$"] executables = ["^cpio$"]
version("2.14", sha256="145a340fd9d55f0b84779a44a12d5f79d77c99663967f8cfa168d7905ca52454")
version("2.13", sha256="e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88") version("2.13", sha256="e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88")
build_directory = "spack-build" build_directory = "spack-build"