Skip to content
Draft
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 ports/blosc2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Blosc/c-blosc2
REF "v${VERSION}"
SHA512 c6dd74c6f31649d361395b4817a2ca2e0da5353c5cd3ef7ce5f3969251b3393aaf3c2941cc77dd41a9672efb8acc7f68a9e5e8acf86b978123eed13a1225f827
SHA512 d6d85682f2d9c269ca896e7fc893d32c226634008f61b6078200d484a168730251545ed01f011980152d8d4b5bec9f8ed0a365abe251de4459d51e81ceadc733
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/blosc2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blosc2",
"version": "2.23.1",
"version": "3.0.0",
"description": "A fast, compressed, persistent binary data store library for C.",
"homepage": "https://github.com/Blosc/c-blosc2",
"license": "BSD-3-Clause",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/blosc2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5e57c4ffba0e7a373d52f6df1395aa9370008220",
"version": "3.0.0",
"port-version": 0
},
{
"git-tree": "c97914f5adf621e4732313e9edd2b9d07702c421",
"version": "2.23.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
"port-version": 0
},
"blosc2": {
"baseline": "2.23.1",
"baseline": "3.0.0",
"port-version": 0
},
"blpapi": {
Expand Down
Loading