Skip to content

Commit ac95229

Browse files
authored
Merge pull request #1572 from lesserwhirls/aec117
2 parents cd42ee1 + f8344e7 commit ac95229

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ base_docs_url: https://docs.unidata.ucar.edu/netcdf-java/
7878
# these will appear in various doc pages
7979
java_version_build: 17
8080
java_version_runtime: 8
81-
libaec_version: 1.1.3.0
81+
libaec_version: 1.1.7.0
8282
cblosc2_version: 2.23.1.0

native-compression/libaec-native/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
group = "edu.ucar.unidata"
1616

17-
var aecVersion = "1.1.3"
17+
var aecVersion = "1.1.7"
1818
var build = "0"
1919

2020
version = "${aecVersion}.${build}"
@@ -24,10 +24,10 @@ description = "Jar distribution of native libraries for libaec compression."
2424
project.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

3232
val resourceZip = file("$rootDir/project-files/native/libaec/$libaecNative")
3333
val fetchNativeResources =

0 commit comments

Comments
 (0)