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/l/lvgl/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("lvgl")

add_urls("https://github.com/lvgl/lvgl/archive/refs/tags/$(version).tar.gz",
"https://github.com/lvgl/lvgl.git")
add_versions("v9.4.0", "932c864de98431b38c5758a87f1de12bbee7b76943b8312bcf13d2f29ac14627")
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 is correct, I noticed the list of versions in this file is not consistently sorted in descending order. For example, v8.2.0 on line 13 appears after v8.0.2. To improve maintainability, it would be beneficial to sort all add_versions calls from newest to oldest.

add_versions("v9.1.0", "6930f1605d305fcd43f31d5f470ecf4a013c4ce0980e78ee4c33b96a589bf433")
add_versions("v9.0.0", "73ae6ef7b44b434b41f25755ce4f6f5d23c49c1c254c4b7774b5a9cf83a46b7f")
add_versions("v8.0.2", "7136edd6c968b60f0554130c6903f16870fa26cda11a2290bc86d09d7138a6b4")
Expand Down
Loading