Skip to content

Commit

Permalink
fre-nctools: change url format for tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Feb 6, 2025
1 parent b96931d commit 6fa22d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fre-nctools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FreNctools(AutotoolsPackage):
depends_on("nco", when="@2024.05:")

def url_for_version(self, version):
return "https://github.com/NOAA-GFDL/FRE-NCtools/tarball/{0}".format(version)
return "https://github.com/NOAA-GFDL/FRE-NCtools/archive/{0}.tar.gz".format(version)

def configure_args(self):
spec = self.spec
Expand Down

0 comments on commit 6fa22d3

Please sign in to comment.