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

add_urls("https://github.com/FluidSynth/fluidsynth/archive/refs/tags/$(version).zip",
"https://github.com/FluidSynth/fluidsynth.git")
add_versions("v2.5.1", "58097c09922a2e9dc57f9c9a77fd86382f04f5168625c297039c8e65d184180b")
add_versions("v2.3.3", "0ab6f1aae1c7652b9249de2d98070313f3083046fddd673277556f1cca65568e")
add_versions("v2.3.5", "3cdaa24777f11fbc6da506d7f7b41fef31822006f83886dcf6e758a9941cae40")
Comment on lines +9 to 11
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better readability and maintainability, it's good practice to keep the list of versions sorted in descending order.

    add_versions("v2.5.1", "58097c09922a2e9dc57f9c9a77fd86382f04f5168625c297039c8e65d184180b")
    add_versions("v2.3.5", "3cdaa24777f11fbc6da506d7f7b41fef31822006f83886dcf6e758a9941cae40")
    add_versions("v2.3.3", "0ab6f1aae1c7652b9249de2d98070313f3083046fddd673277556f1cca65568e")


Expand Down
Loading