mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
[Starlink-ast] update to 9.2.7 (#22382)
* updated to v9.2.6 * git hash update * update to AST 9.2.7 * hash update * Update versions/s-/starlink-ast.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * starlink-ast doesn't use semver Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
6df2ad9771
commit
7180c62fd9
@ -1,9 +1,9 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX")
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/Starlink/ast/releases/download/v9.2.5/ast-9.2.5.tar.gz"
|
||||
FILENAME "ast-9.2.5.tar.gz"
|
||||
SHA512 2eee3df56ca49a9fbb6b103b26f41a63a7b77533bcc74bc4154b57567ee6da53d5c7ff1d38c4ad0ce330d9b902e35d40184fa9e985506c3dcbbb03071be65760
|
||||
URLS "https://github.com/Starlink/ast/releases/download/v9.2.7/ast-9.2.7.tar.gz"
|
||||
FILENAME "ast-9.2.7.tar.gz"
|
||||
SHA512 4778658fe6b08af29b51807e2d988f8425d99d630a14d8fef9ca4ea43016d676df419a93c4b2fdecc0549c28c0665f61e366bd4e7aa896ebb8e47f56d5af1887
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "starlink-ast",
|
||||
"version-semver": "9.2.5",
|
||||
"version": "9.2.7",
|
||||
"description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
|
||||
"homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
|
||||
"supports": "windows",
|
||||
|
@ -6617,7 +6617,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"starlink-ast": {
|
||||
"baseline": "9.2.5",
|
||||
"baseline": "9.2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"status-code": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9f0217b4694092c4b440de6e864986ee8c567f5e",
|
||||
"version": "9.2.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b5cfb9d9ff68b40b5a910240d3b0d09190b17b36",
|
||||
"version-semver": "9.2.5",
|
||||
|
Loading…
Reference in New Issue
Block a user