From 7866f87389b4ce12ab7e2bd81f98231afea1aa31 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Oct 2025 01:28:39 +0000 Subject: [PATCH] Update clip to v1.12 --- packages/c/clip/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/c/clip/xmake.lua b/packages/c/clip/xmake.lua index 8f689b303d3..0d153cf2aad 100644 --- a/packages/c/clip/xmake.lua +++ b/packages/c/clip/xmake.lua @@ -6,6 +6,7 @@ package("clip") add_urls("https://github.com/dacap/clip/archive/refs/tags/$(version).tar.gz", "https://github.com/dacap/clip.git") + add_versions("v1.12", "54e96e04115c7ca1eeeecf432548db5cd3dddb08a91ededb118adc31b128e08c") add_versions("v1.11", "047d43f837adffcb3a26ce09fd321472615cf35a18e86418d789b70d742519dc") add_configs("image", {description = "Compile with support to copy/paste images", default = true, type = "boolean"})