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>
This commit is contained in:
parent
2870b6002c
commit
6159168079
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue