Add develop version to landsfcutil (#39998)

This commit is contained in:
Alex Richert 2023-09-13 18:36:43 -04:00 committed by GitHub
parent 0b134aa711
commit 61df3b9080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ class Landsfcutil(CMakePackage):
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-landsfcutil"
url = "https://github.com/NOAA-EMC/NCEPLIBS-landsfcutil/archive/refs/tags/v2.4.1.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-landsfcutil"
maintainers("edwardhartnett", "AlexanderRichert-NOAA", "Hang-Lei-NOAA")
version("develop", branch="develop")
version("2.4.1", sha256="831c5005a480eabe9a8542b4deec838c2650f6966863ea2711cc0cc5db51ca14")
def setup_run_environment(self, env):