diff --git a/.github/autobump.txt b/.github/autobump.txt index 9b5450833e788..5d64d66066645 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2242,6 +2242,7 @@ nerdfix nest nestopia-ue netaddr +netcdf nethogs netlify-cli nettle diff --git a/Formula/n/netcdf.rb b/Formula/n/netcdf.rb index ea0c1cb825a1e..b78e8fbfd0cbb 100644 --- a/Formula/n/netcdf.rb +++ b/Formula/n/netcdf.rb @@ -1,10 +1,9 @@ class Netcdf < Formula desc "Libraries and data formats for array-oriented scientific data" homepage "https://www.unidata.ucar.edu/software/netcdf/" - url "https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.2.tar.gz" - sha256 "bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7" + url "https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.3.tar.gz" + sha256 "990f46d49525d6ab5dc4249f8684c6deeaf54de6fec63a187e9fb382cc0ffdff" license "BSD-3-Clause" - revision 2 head "https://github.com/Unidata/netcdf-c.git", branch: "main" livecheck do @@ -44,7 +43,7 @@ def install system "cmake", "--install", "build_shared" system "cmake", "-S", ".", "-B", "build_static", *args, "-DBUILD_SHARED_LIBS=OFF", *std_cmake_args system "cmake", "--build", "build_static" - lib.install "build_static/liblib/libnetcdf.a" + lib.install "build_static/libnetcdf.a" # Remove shim paths inreplace [bin/"nc-config", lib/"pkgconfig/netcdf.pc", lib/"cmake/netCDF/netCDFConfig.cmake",