diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-05-13 18:35:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 09:35:29 -0700 |
commit | fbaac4660433f8ed42947dbb68016bee122a7444 (patch) | |
tree | 508c2c10fbf0250a3bfa5cb241c6fefc5ca7861e | |
parent | 7f6210ee907349f62beeca3bf4783862fee3b3ac (diff) | |
download | spack-fbaac4660433f8ed42947dbb68016bee122a7444.tar.gz spack-fbaac4660433f8ed42947dbb68016bee122a7444.tar.bz2 spack-fbaac4660433f8ed42947dbb68016bee122a7444.tar.xz spack-fbaac4660433f8ed42947dbb68016bee122a7444.zip |
justbuild: add version 1.3.0 (#44148)
-rw-r--r-- | var/spack/repos/builtin/packages/justbuild/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/justbuild/package.py b/var/spack/repos/builtin/packages/justbuild/package.py index ed0e80b229..7c4cd73100 100644 --- a/var/spack/repos/builtin/packages/justbuild/package.py +++ b/var/spack/repos/builtin/packages/justbuild/package.py @@ -24,6 +24,7 @@ class Justbuild(Package): license("Apache-2.0") version("master", branch="master") + version("1.3.0", tag="v1.3.0", commit="a7be2417f358049e6a0e28e01bc4020d8de2fdc5") version("1.2.5", tag="v1.2.5", commit="0f7447e3f50e68ecfe00b2db06fb5f154842ac5a") version("1.2.4", tag="v1.2.4", commit="215e6afab93d28aeea54cb2c657afda0e5453307") version("1.2.3", tag="v1.2.3", commit="45e9c1c85399f00372ad8b72894979a0002d8f95") |