wrf: add v4.6.0 and v4.6.1 versions (#47203)

This commit is contained in:
Lin Guo 2024-10-29 10:18:06 -07:00 committed by GitHub
parent ffd7830bfa
commit 7f609ba934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,16 @@ class Wrf(Package):
maintainers("MichaelLaufer", "ptooley")
tags = ["windows"]
version(
"4.6.1",
sha256="b8ec11b240a3cf1274b2bd609700191c6ec84628e4c991d3ab562ce9dc50b5f2",
url="https://github.com/wrf-model/WRF/releases/download/v4.6.1/v4.6.1.tar.gz",
)
version(
"4.6.0",
sha256="1bb010f9e20b40d33d9df55a602ea9eb54c5444a7316c00a95e1cc44b209021e",
url="https://github.com/wrf-model/WRF/releases/download/v4.6.0/v4.6.0.tar.gz",
)
version(
"4.5.2",
sha256="408ba6aa60d9cd51d6bad2fa075a3d37000eb581b5d124162885b049c892bbdc",