Update dbg_macro to 0.5.0 (#2044)

pull/2049/head
xpxz 2 years ago committed by GitHub
parent 1026ec79b4
commit 1bc6f348e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/d/dbg-macro/xmake.lua

@ -7,6 +7,7 @@ package("dbg-macro")
add_urls("https://github.com/sharkdp/dbg-macro/archive/refs/tags/$(version).tar.gz", add_urls("https://github.com/sharkdp/dbg-macro/archive/refs/tags/$(version).tar.gz",
"https://github.com/sharkdp/dbg-macro.git") "https://github.com/sharkdp/dbg-macro.git")
add_versions("v0.4.0", "e44a1206fbfd1d3dc8ad649f387df479d288b08c80cf2f1239ccb4e26148d781") add_versions("v0.4.0", "e44a1206fbfd1d3dc8ad649f387df479d288b08c80cf2f1239ccb4e26148d781")
add_versions("v0.5.0", "dac4907aadf39dbd9eac279a214c59ad30af6c0c3d585688242f73cb1a9ce243")
on_install(function (package) on_install(function (package)
os.cp("dbg.h", package:installdir("include")) os.cp("dbg.h", package:installdir("include"))

Loading…
Cancel
Save