Skip to content

Commit

Permalink
[Starlink-ast] update to 9.2.7 (#22382)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* starlink-ast doesn't use semver

Co-authored-by: JonLiu1993 <[email protected]>
Co-authored-by: nicole mazzuca <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2022
1 parent 6df2ad9 commit 7180c62
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
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.7/ast-9.2.7.tar.gz"
FILENAME "ast-9.2.7.tar.gz"
SHA512 4778658fe6b08af29b51807e2d988f8425d99d630a14d8fef9ca4ea43016d676df419a93c4b2fdecc0549c28c0665f61e366bd4e7aa896ebb8e47f56d5af1887
)

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": "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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6617,7 +6617,7 @@
"port-version": 0
},
"starlink-ast": {
"baseline": "9.2.5",
"baseline": "9.2.7",
"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": "9f0217b4694092c4b440de6e864986ee8c567f5e",
"version": "9.2.7",
"port-version": 0
},
{
"git-tree": "b5cfb9d9ff68b40b5a910240d3b0d09190b17b36",
"version-semver": "9.2.5",
Expand Down

0 comments on commit 7180c62

Please sign in to comment.