From 9d55d9ab5e156aa1f9c5cc699cdc5878ff600b60 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Sat, 8 Jul 2023 21:44:20 +0800 Subject: [PATCH] pdfhummus: add_versions 4.5.8 (#2290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 沈浪熊猫儿 --- packages/p/pdfhummus/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/p/pdfhummus/xmake.lua b/packages/p/pdfhummus/xmake.lua index a89d43530..5007aa5a0 100644 --- a/packages/p/pdfhummus/xmake.lua +++ b/packages/p/pdfhummus/xmake.lua @@ -9,6 +9,7 @@ package("pdfhummus") add_versions("4.1", "0c0d860b0ecea928709b9e4642fa21926eb2f626f702699c3b87afa2965b4857") add_versions("4.5.6", "72a4f3fbbc39d4f169911454e9977ef8dd882bd5c0a305bd3133347903cff705") add_versions("4.5.7", "191f39dcc61522c50a3bee96b3f0ccef208c27968fd22d5ab474acb512c24d10") + add_versions("4.5.8", "b19b4853774551d34187087aaafa89fcba69215acbb4747dbdf0025a3f780b89") add_deps("freetype", "zlib", "libaesgm")