File tree Expand file tree Collapse file tree
native-compression/libblosc2-native Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414
1515group = " edu.ucar.unidata"
1616
17- var bloscVersion = " 2.22.0 "
17+ var bloscVersion = " 2.23.1 "
1818var build = " 0"
1919
2020version = " ${bloscVersion} .${build} "
@@ -25,10 +25,10 @@ project.extra["project.title"] = "Native libraries for libblosc2."
2525
2626// zip file produced by GitHub workflow
2727val libblosc2Native =
28- " libblosc2-native-${bloscVersion} -b4a818caa60bbf90bc92ec51ffd01ce3f293c8a4 .zip"
28+ " libblosc2-native-${bloscVersion} -c8d21a734aa58320135f5dfdc36e3d61e316e074 .zip"
2929
3030// sha256 checksum from GitHub workflow output
31- val expectedChecksum = " 895226b29a314c0beae92de66a181b66833873e8c3a8a501d0b12193bde30610 "
31+ val expectedChecksum = " 6cfb464e7bc666509644d3d419ec6d5a43831178cbf9105d2ecb2dbc97ffdf88 "
3232
3333val resourceZip = file(" $rootDir /project-files/native/libblosc2/$libblosc2Native " )
3434val fetchNativeResources =
You can’t perform that action at this time.
0 commit comments