Skip to content

Commit

Permalink
NetCDFF: update to 4.6.1, provide stable source
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 29, 2024
1 parent 8e1bd8b commit 45d8b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions N/NetCDFF/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "NetCDFF"
version = v"4.6.0"
version = v"4.6.1"

# Collection of sources required to complete build
sources = [
ArchiveSource("https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v$(version).tar.gz",
"8194aa70e400c0adfc456127c1d97af2c6489207171d13b10cd754a16da8b0ca"),
ArchiveSource("https://downloads.unidata.ucar.edu/netcdf-fortran/$(version)/netcdf-fortran-$(version).tar.gz",
"b50b0c72b8b16b140201a020936aa8aeda5c79cf265c55160986cd637807a37a"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 45d8b05

Please sign in to comment.