Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ base_docs_url: https://docs.unidata.ucar.edu/netcdf-java/
# these will appear in various doc pages
java_version_build: 17
java_version_runtime: 8
libaec_version: 1.1.3.0
libaec_version: 1.1.7.0
cblosc2_version: 2.23.1.0
6 changes: 3 additions & 3 deletions native-compression/libaec-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

group = "edu.ucar.unidata"

var aecVersion = "1.1.3"
var aecVersion = "1.1.7"
var build = "0"

version = "${aecVersion}.${build}"
Expand All @@ -24,10 +24,10 @@ description = "Jar distribution of native libraries for libaec compression."
project.extra["project.title"] = "Native libraries for libaec."

// zip file produced by GitHub workflow
val libaecNative = "libaec-native-${aecVersion}-fec016ecd4b8ff1918877e582898d4257c405168.zip"
val libaecNative = "libaec-native-${aecVersion}-cd42ee111b1aed88c6b4defba428eb7642aee91e.zip"

// sha256 checksum from GitHub workflow output
val expectedChecksum = "3db1ba7bc95b48eff74501382b90b0c7d0770a98f369d8c376c8ca4b6003487e"
val expectedChecksum = "43d0d9ca73c3faf6677f65b2ca219812e1e70806e2269bc5bd6b4b6de9f35bee"

val resourceZip = file("$rootDir/project-files/native/libaec/$libaecNative")
val fetchNativeResources =
Expand Down
Loading