Add develop version to g2tmpl (#39994)
* Add develop version to g2tmpl * Update package.py
This commit is contained in:
parent
4a79857b5e
commit
7b763faa1c
1 changed files with 3 additions and 1 deletions
|
@ -13,9 +13,11 @@ class G2tmpl(CMakePackage):
|
||||||
|
|
||||||
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl"
|
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl"
|
||||||
url = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl/archive/refs/tags/v1.10.0.tar.gz"
|
url = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl/archive/refs/tags/v1.10.0.tar.gz"
|
||||||
|
git = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl"
|
||||||
|
|
||||||
maintainers("t-brown", "edwardhartnett", "AlexanderRichert-NOAA", "Hang-Lei-NOAA")
|
maintainers("edwardhartnett", "AlexanderRichert-NOAA", "Hang-Lei-NOAA")
|
||||||
|
|
||||||
|
version("develop", branch="develop")
|
||||||
version("1.10.2", sha256="4063361369f3691f75288c801fa9d1a2414908b7d6c07bbf69d4165802e2a7fc")
|
version("1.10.2", sha256="4063361369f3691f75288c801fa9d1a2414908b7d6c07bbf69d4165802e2a7fc")
|
||||||
version("1.10.1", sha256="0be425e5128fabb89915a92261aa75c27a46a3e115e00c686fc311321e5d1e2a")
|
version("1.10.1", sha256="0be425e5128fabb89915a92261aa75c27a46a3e115e00c686fc311321e5d1e2a")
|
||||||
version("1.10.0", sha256="dcc0e40b8952f91d518c59df7af64e099131c17d85d910075bfa474c8822649d")
|
version("1.10.0", sha256="dcc0e40b8952f91d518c59df7af64e099131c17d85d910075bfa474c8822649d")
|
||||||
|
|
Loading…
Reference in a new issue