[calceph] update to 3.5.2 (#30846)

* [calceph] update to version 3.5.2

* [calceph] update to version 3.5.2

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
gastineau 2023-04-15 08:36:36 +02:00 committed by GitHub
parent 95301417e2
commit f618d2d992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,8 @@
set(CALCEPH_VERSION "3.5.1") set(CALCEPH_HASH 4e0b702494c9fc05f6a192671bccdc0f8002b5706cba4bd7ff50d9e8754203b4a78e3759ccc3003809123584c9bca1434411e111357852dbc58e4d1903c1879e)
set(CALCEPH_HASH 5e83bb46b92a0b53f2cae717363cb4497d5c9cb57b3903e70d9e2c50176ca7d234212d0209fd3fcb5feebfd0980313be17e2ad4e69482504bfe8686f93216b67)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${CALCEPH_VERSION}.tar.gz" URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${VERSION}.tar.gz"
FILENAME "calceph-${CALCEPH_VERSION}.tar.gz" FILENAME "calceph-${VERSION}.tar.gz"
SHA512 ${CALCEPH_HASH} SHA512 ${CALCEPH_HASH}
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "calceph", "name": "calceph",
"version": "3.5.1", "version": "3.5.2",
"port-version": 1,
"description": "C library to access the binary planetary ephemeris files.", "description": "C library to access the binary planetary ephemeris files.",
"homepage": "https://www.imcce.fr/inpop/calceph/", "homepage": "https://www.imcce.fr/inpop/calceph/",
"documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html", "documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html",

View File

@ -1349,8 +1349,8 @@
"port-version": 2 "port-version": 2
}, },
"calceph": { "calceph": {
"baseline": "3.5.1", "baseline": "3.5.2",
"port-version": 1 "port-version": 0
}, },
"camport3": { "camport3": {
"baseline": "1.6.2", "baseline": "1.6.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e1167b91f758af9aa0077bdee620995c65898554",
"version": "3.5.2",
"port-version": 0
},
{ {
"git-tree": "66e61e880b832f24343545815d796cc529c4f503", "git-tree": "66e61e880b832f24343545815d796cc529c4f503",
"version": "3.5.1", "version": "3.5.1",