Skip to content

Commit caa4a75

Browse files
committed
Fixing libcdf checksums.
1 parent 4b6e345 commit caa4a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcdf/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION = 39_1
66
DIRNAME = ./cdf$(VERSION)-dist/
77
FILENAME = ./cdf$(VERSION)-dist-cdf.tar.gz
88
SOURCE_URL = https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf$(VERSION)/linux/cdf$(VERSION)-dist-cdf.tar.gz
9-
MD5CHECKSUM = 484cfdba8c93dbb1f7ad42b0b0df679b
9+
MD5CHECKSUM = af1b239774d006b7c9a03f213a3869ca
1010
INSTALLDIR ?= /usr/local/cdf
1111

1212
all: build

libcdf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package:
1717

1818
source:
1919
- url: https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/{{ file_version }}/unix/{{ file_version }}-dist-cdf.tar.gz
20-
sha256: 01d860cdfd8a466b232738facd169e87e1d70aa5dabb762e864b81f5ccf66622
20+
sha256: d548789117c52fcd4d08be5f432c86ae927e182d3876e800cd4ca98e5f7fa5e7
2121

2222
requirements:
2323
build:

0 commit comments

Comments
 (0)