Skip to content

Commit a920a94

Browse files
committed
Release libblosc2-native jar version 2.23.1.0
1 parent c8d21a7 commit a920a94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

native-compression/libblosc2-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 bloscVersion = "2.22.0"
17+
var bloscVersion = "2.23.1"
1818
var build = "0"
1919

2020
version = "${bloscVersion}.${build}"
@@ -25,10 +25,10 @@ project.extra["project.title"] = "Native libraries for libblosc2."
2525

2626
// zip file produced by GitHub workflow
2727
val 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

3333
val resourceZip = file("$rootDir/project-files/native/libblosc2/$libblosc2Native")
3434
val fetchNativeResources =

0 commit comments

Comments
 (0)