summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Williams <37885088+ethanjjjjjjj@users.noreply.github.com>2023-11-19 15:24:06 +0000
committerGitHub <noreply@github.com>2023-11-19 08:24:06 -0700
commit6159168079331d692608f6695491c3244bb4fcf3 (patch)
tree5168f9fa979ea61d403b67662c75a798952d2759
parent2870b6002c3a7bc2c89154c90bc3f72aaa4575ec (diff)
downloadspack-6159168079331d692608f6695491c3244bb4fcf3.tar.gz
spack-6159168079331d692608f6695491c3244bb4fcf3.tar.bz2
spack-6159168079331d692608f6695491c3244bb4fcf3.tar.xz
spack-6159168079331d692608f6695491c3244bb4fcf3.zip
elbencho: add new version and git master branch (#41136)
* elbencho add new version and git master branch * Update var/spack/repos/builtin/packages/elbencho/package.py Co-authored-by: Alec Scott <alec@bcs.sh> * formatting fix requested by @alecbcs * remove whitespace added in blank line by github auto resolve --------- Co-authored-by: Ethan W <mail@ethanwilliams.xyz> Co-authored-by: Alec Scott <alec@bcs.sh>
-rw-r--r--var/spack/repos/builtin/packages/elbencho/package.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/elbencho/package.py b/var/spack/repos/builtin/packages/elbencho/package.py
index a9417a4dfc..12562f97f3 100644
--- a/var/spack/repos/builtin/packages/elbencho/package.py
+++ b/var/spack/repos/builtin/packages/elbencho/package.py
@@ -16,9 +16,13 @@ class Elbencho(MakefilePackage):
homepage = "https://github.com/breuner/elbencho"
url = "https://github.com/breuner/elbencho/archive/refs/tags/v3.0-1.tar.gz"
+ git = "https://github.com/breuner/elbencho.git"
maintainers("ethanjjjjjjj")
+ version("master", branch="master")
+
+ version("3.0-3", sha256="5769abcdaebefe2984ac3053fb6e91a54e1863d5ea8f72daea830e10b27c0eaf")
version("3.0-1", sha256="19dad85e1fc74419dcdf740f11a47d3f6d566770a06e40976755a3404566c11d")
version("2.2-5", sha256="4b598639452665a8b79c4c9d8a22ae63fb9b04057635a45e686aa3939ee255b4")
version("2.2-3", sha256="0ae2d495d2863b84f21f55b7c526674fab1be723d0697087017946647f79d0e6")