mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[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:
parent
95301417e2
commit
f618d2d992
@ -1,9 +1,8 @@
|
||||
set(CALCEPH_VERSION "3.5.1")
|
||||
set(CALCEPH_HASH 5e83bb46b92a0b53f2cae717363cb4497d5c9cb57b3903e70d9e2c50176ca7d234212d0209fd3fcb5feebfd0980313be17e2ad4e69482504bfe8686f93216b67)
|
||||
set(CALCEPH_HASH 4e0b702494c9fc05f6a192671bccdc0f8002b5706cba4bd7ff50d9e8754203b4a78e3759ccc3003809123584c9bca1434411e111357852dbc58e4d1903c1879e)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${CALCEPH_VERSION}.tar.gz"
|
||||
FILENAME "calceph-${CALCEPH_VERSION}.tar.gz"
|
||||
URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${VERSION}.tar.gz"
|
||||
FILENAME "calceph-${VERSION}.tar.gz"
|
||||
SHA512 ${CALCEPH_HASH}
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "calceph",
|
||||
"version": "3.5.1",
|
||||
"port-version": 1,
|
||||
"version": "3.5.2",
|
||||
"description": "C library to access the binary planetary ephemeris files.",
|
||||
"homepage": "https://www.imcce.fr/inpop/calceph/",
|
||||
"documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html",
|
||||
|
@ -1349,8 +1349,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"calceph": {
|
||||
"baseline": "3.5.1",
|
||||
"port-version": 1
|
||||
"baseline": "3.5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"camport3": {
|
||||
"baseline": "1.6.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e1167b91f758af9aa0077bdee620995c65898554",
|
||||
"version": "3.5.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "66e61e880b832f24343545815d796cc529c4f503",
|
||||
"version": "3.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user