浏览代码

Update libbigwig to 0.4.8 (#6315)

ruki 7 月之前
父节点
当前提交
4805484fbb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/l/libbigwig/xmake.lua

+ 1 - 0
packages/l/libbigwig/xmake.lua

@@ -6,6 +6,7 @@ package("libbigwig")
     add_urls("https://github.com/dpryan79/libBigWig/archive/refs/tags/$(version).tar.gz",
              "https://github.com/dpryan79/libBigWig.git")
 
+    add_versions("0.4.8", "10e904ea6eab4c9926dd938050af888bebe6281e8d933237e4a254cb9d3063b1")
     add_versions("0.4.7", "8e057797011d93fa00e756600898af4fe6ca2d48959236efc9f296abe94916d9")
 
     add_configs("curl", {description = "Enable CURL support", default = false, type = "boolean"})