chore(luarocks): pin dependencies versions
This commit is contained in:
parent
fb75185889
commit
77ce301c22
|
@ -14,7 +14,8 @@
|
|||
".busted": "lua",
|
||||
".luacheckrc": "lua",
|
||||
".luamonrc": "lua",
|
||||
"*.rockspec": "lua"
|
||||
"*.rockspec": "lua",
|
||||
"luarocks.lock": "lua"
|
||||
},
|
||||
"Lua.runtime.version": "Lua 5.4"
|
||||
}
|
||||
|
|
|
@ -14,8 +14,9 @@ description = {
|
|||
}
|
||||
|
||||
dependencies = {
|
||||
"awesome-slot",
|
||||
"awesome-battery_widget",
|
||||
"lua 5.4",
|
||||
"awesome-slot dev-1", -- There is no current release, use the dev version.
|
||||
"awesome-battery_widget 1.0.0-1",
|
||||
}
|
||||
|
||||
build = {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
dependencies = {
|
||||
["awesome-battery_widget"] = "1.0.0-1",
|
||||
["awesome-slot"] = "dev-1",
|
||||
lua = "5.4-1"
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue