File tree Expand file tree Collapse file tree
native-compression/libaec-native Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ base_docs_url: https://docs.unidata.ucar.edu/netcdf-java/
7878# these will appear in various doc pages
7979java_version_build : 17
8080java_version_runtime : 8
81- libaec_version : 1.1.3 .0
81+ libaec_version : 1.1.7 .0
8282cblosc2_version : 2.23.1.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414
1515group = " edu.ucar.unidata"
1616
17- var aecVersion = " 1.1.3 "
17+ var aecVersion = " 1.1.7 "
1818var build = " 0"
1919
2020version = " ${aecVersion} .${build} "
@@ -24,10 +24,10 @@ description = "Jar distribution of native libraries for libaec compression."
2424project.extra[" project.title" ] = " Native libraries for libaec."
2525
2626// zip file produced by GitHub workflow
27- val libaecNative = " libaec-native-${aecVersion} -fec016ecd4b8ff1918877e582898d4257c405168 .zip"
27+ val libaecNative = " libaec-native-${aecVersion} -cd42ee111b1aed88c6b4defba428eb7642aee91e .zip"
2828
2929// sha256 checksum from GitHub workflow output
30- val expectedChecksum = " 3db1ba7bc95b48eff74501382b90b0c7d0770a98f369d8c376c8ca4b6003487e "
30+ val expectedChecksum = " 43d0d9ca73c3faf6677f65b2ca219812e1e70806e2269bc5bd6b4b6de9f35bee "
3131
3232val resourceZip = file(" $rootDir /project-files/native/libaec/$libaecNative " )
3333val fetchNativeResources =
You can’t perform that action at this time.
0 commit comments