diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-06-12 00:58:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:58:36 -0700 |
| commit | 3a2259c41ffd202324ebaedb94e01715da51c7ae (patch) | |
| tree | c4bf441e52987d1d78fae9d7f77958506041b65a | |
| parent | abcaa4ba097d6764dfdd0877e49eeed37411a48b (diff) | |
| download | vcpkg-3a2259c41ffd202324ebaedb94e01715da51c7ae.tar.gz vcpkg-3a2259c41ffd202324ebaedb94e01715da51c7ae.zip | |
[vcpkg baseline][otl] Update to 40463 (#18383)
* [vcpkg baseline][otl] Update to 40463
* Update the version
* Upate the baseline
| -rw-r--r-- | ports/otl/CONTROL | 5 | ||||
| -rw-r--r-- | ports/otl/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/otl/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/o-/otl.json | 5 |
5 files changed, 16 insertions, 10 deletions
diff --git a/ports/otl/CONTROL b/ports/otl/CONTROL deleted file mode 100644 index 66e2097a7..000000000 --- a/ports/otl/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: otl -Version: 4.0.455 -Port-Version: 1 -Description: Oracle, Odbc and DB2-CLI Template Library -Homepage: http://otl.sourceforge.net/ diff --git a/ports/otl/portfile.cmake b/ports/otl/portfile.cmake index c51d344ef..54896c289 100644 --- a/ports/otl/portfile.cmake +++ b/ports/otl/portfile.cmake @@ -1,9 +1,9 @@ -set(OTL_VERSION 40455) +set(OTL_VERSION 40463) vcpkg_download_distfile(ARCHIVE URLS "http://otl.sourceforge.net/otlv4_${OTL_VERSION}.zip" - FILENAME "otlv4_${OTL_VERSION}-1.zip" - SHA512 d1f777dea53f4451616ef628680d070db1fe53683571bd509f58dba9c1e64fe6caa8a81d2f47876c2128af701ba19dc2e9c5612a57232efca3ad084843f272b6 + FILENAME "otlv4_${OTL_VERSION}-9485a0fe15a7.zip" + SHA512 9485a0fe15a737d55b0746a7e289b1a20e9435ed5c69bda7010705f8cde0a456163d83221d0103236a723837596613b578edc6d3d0007ce80a6cc76b4ed83888 ) vcpkg_extract_source_archive_ex( diff --git a/ports/otl/vcpkg.json b/ports/otl/vcpkg.json new file mode 100644 index 000000000..e2a6b4697 --- /dev/null +++ b/ports/otl/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "otl", + "version": "4.0.463", + "description": "Oracle, Odbc and DB2-CLI Template Library", + "homepage": "http://otl.sourceforge.net/" +} diff --git a/versions/baseline.json b/versions/baseline.json index ab25069a0..840c2b46f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4677,8 +4677,8 @@ "port-version": 0 }, "otl": { - "baseline": "4.0.455", - "port-version": 1 + "baseline": "4.0.463", + "port-version": 0 }, "outcome": { "baseline": "2.2.0-release", diff --git a/versions/o-/otl.json b/versions/o-/otl.json index cced3b937..a1808f816 100644 --- a/versions/o-/otl.json +++ b/versions/o-/otl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bce79d0a6767b5593182564f94f3db98eea61be7", + "version": "4.0.463", + "port-version": 0 + }, + { "git-tree": "68cd61e0f22d15d7e262bae15252b34ba59796b8", "version-string": "4.0.455", "port-version": 1 |
