Update libbigwig to 0.4.8 (#6315)

pull/6318/head
ruki 2 weeks ago committed by GitHub
parent 9239b34a28
commit 4805484fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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"})

Loading…
Cancel
Save