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 ports/ocilib/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 vrogier/ocilib
REF "v${VERSION}"
SHA512 5982b17d04ebbcb281848a998b3f2f35c5a83bc6d14cd6fecb8eef695300b577fb8dcc1377e9a8827587ac06d58441328cb0d55b19ae65788c2fce8da7ce702a
SHA512 8a2c716ceba5c941d2f55ca99ba2b563bc754f2e7a8b6632421a62b3b2a298afb9a05ae13a1997995cea811c36f737ae1e0e5c676d72f573dbebc7f5073c8206
HEAD_REF master
PATCHES fix-DisableWC4191.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/ocilib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocilib",
"version": "4.7.6",
"version": "4.7.7",
"description": "OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.",
"homepage": "https://vrogier.github.io/ocilib/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6661,7 +6661,7 @@
"port-version": 3
},
"ocilib": {
"baseline": "4.7.6",
"baseline": "4.7.7",
"port-version": 0
},
"octave": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/ocilib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2a231543a140111ad3ac6261b1f9563ef0d158a6",
"version": "4.7.7",
"port-version": 0
},
{
"git-tree": "8b2fb9dbc546b1b9853f48e5bd9ed971d791c730",
"version": "4.7.6",
Expand Down