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

add_urls("https://github.com/rdbo/libmem/archive/refs/tags/$(version).tar.gz",
"https://github.com/rdbo/libmem.git", {submodules = false})
add_versions("5.1.1", "1e92954e2253fab34acd5c1df3c3ac2765803f10ee00aea4068b37de9550193a")
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The patch for version 5.1.0 (patches/5.1.0/fix-freebsd.diff, defined on line 15) is not applied to this new version 5.1.1 due to its specific version constraint. If the fixes contained in that patch are still necessary for version 5.1.1, their absence could lead to build failures or runtime issues on the FreeBSD platform. If the patch is still required, its version applicability should be extended to include 5.1.1.

add_versions("5.1.0", "9f61b53ce86fd59afb13bc4f48db40e8c8dc156f56879b9e9929014924f95495")
add_versions("5.0.5", "9693d38b17b000b06cd9fbaff72f4e0873d3cf219a6e99a20bb90cf98a7b562d")
add_versions("5.0.4", "32b968fb2bd1e33ae854db3bd3fc9ce4374bd9e61ff420f365c52d5f7bbd85dd")
Expand Down
Loading