Update emmylua_debugger to 1.7.1 (#3605)

pull/3608/head
ruki 1 year ago committed by GitHub
parent 2645e53361
commit 3f84dcc7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/e/emmylua_debugger/xmake.lua

@ -6,6 +6,7 @@ package("emmylua_debugger")
add_urls("https://github.com/EmmyLua/EmmyLuaDebugger/archive/refs/tags/$(version).tar.gz", add_urls("https://github.com/EmmyLua/EmmyLuaDebugger/archive/refs/tags/$(version).tar.gz",
"https://github.com/EmmyLua/EmmyLuaDebugger.git") "https://github.com/EmmyLua/EmmyLuaDebugger.git")
add_versions("1.7.1", "8757d372c146d9995b6e506d42f511422bcb1dc8bacbc3ea1a5868ebfb30015f")
add_versions("1.6.3", "4e10cf1c729fc58f72880895e63618cb91d186ff3b55f270cdaa089a2f8b20bc") add_versions("1.6.3", "4e10cf1c729fc58f72880895e63618cb91d186ff3b55f270cdaa089a2f8b20bc")
add_configs("luasrc", {description = "Use lua source.", default = true, type = "boolean"}) add_configs("luasrc", {description = "Use lua source.", default = true, type = "boolean"})

Loading…
Cancel
Save