Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Starlink-ast] update to 9.2.7 #22382

Merged
merged 7 commits into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions ports/starlink-ast/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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.6/ast-9.2.6.tar.gz"
FILENAME "ast-9.2.6.tar.gz"
SHA512 973a8e687bbc04061c7f186724201f90c81497c5dacf5eeb42df73655667a166ddee5aabf03ca51f05396c82d6a3c4a25b9e89566997a516bc99ccfa83a551b3
)

vcpkg_extract_source_archive_ex(
Expand Down
2 changes: 1 addition & 1 deletion ports/starlink-ast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlink-ast",
"version-semver": "9.2.5",
"version-semver": "9.2.6",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6609,7 +6609,7 @@
"port-version": 0
},
"starlink-ast": {
"baseline": "9.2.5",
"baseline": "9.2.6",
"port-version": 0
},
"status-code": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/starlink-ast.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ffb74cc325d150caf277bf6fc6a8e84a69420986",
"version-semver": "9.2.6",
"port-version": 0
},
veggiesaurus marked this conversation as resolved.
Show resolved Hide resolved
{
"git-tree": "b5cfb9d9ff68b40b5a910240d3b0d09190b17b36",
"version-semver": "9.2.5",
Expand Down