We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7595f94 commit 5af1abdCopy full SHA for 5af1abd
packages/c/clip/xmake.lua
@@ -6,6 +6,7 @@ package("clip")
6
add_urls("https://github.com/dacap/clip/archive/refs/tags/$(version).tar.gz",
7
"https://github.com/dacap/clip.git")
8
9
+ add_versions("v1.12", "54e96e04115c7ca1eeeecf432548db5cd3dddb08a91ededb118adc31b128e08c")
10
add_versions("v1.11", "047d43f837adffcb3a26ce09fd321472615cf35a18e86418d789b70d742519dc")
11
12
add_configs("image", {description = "Compile with support to copy/paste images", default = true, type = "boolean"})
0 commit comments