Skip to content
Open
Changes from all 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
1 change: 1 addition & 0 deletions packages/p/poco/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package("poco")
add_versions("1.12.4", "71ef96c35fced367d6da74da294510ad2c912563f12cd716ab02b6ed10a733ef")
add_versions("1.12.5", "92b18eb0fcd2263069f03e7cc80f9feb43fb7ca23b8c822a48e42066b2cd17a6")
add_versions("1.13.3", "9f074d230daf30f550c5bde5528037bdab6aa83b2a06c81a25e89dd3bcb7e419")
add_versions("1.14.2", "47394ea7ddb7b0a40e1a5be896f8f5dc77cfdc4f561d2e7131ecf582df5a0c3a")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While adding the new version at the end maintains the current ascending order, it's inconsistent with the autoupdate.lua script in this repository. The script prepends new versions, implying a convention of descending order. To align with the repository's automation and for better consistency, it would be ideal to list versions in descending order, with the newest version (1.14.2) at the top of the add_versions block.


-- https://docs.pocoproject.org/current/00200-GettingStarted.html
add_configs("foundation", {description = "Build Foundation support library.", default = true, type = "boolean", readonly = true})
Expand Down
Loading