diff options
| author | William Boman <william@redwill.se> | 2022-10-20 02:13:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 02:13:05 +0200 |
| commit | d00516873506f549b15a1a486d6999cf3441e9b8 (patch) | |
| tree | bfd66f24dfe2becef85d8f2c02df9684081f80b9 /lua | |
| parent | feat(installer): write mason-debug.log in debug mode (#577) (diff) | |
| download | mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar.gz mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar.bz2 mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar.lz mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar.xz mason-d00516873506f549b15a1a486d6999cf3441e9b8.tar.zst mason-d00516873506f549b15a1a486d6999cf3441e9b8.zip | |
feat(verible): add linux_x64_gnu (#579)
Closes #536.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-registry/verible/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/mason-registry/verible/init.lua b/lua/mason-registry/verible/init.lua index 765cf19f..7a5b1e54 100644 --- a/lua/mason-registry/verible/init.lua +++ b/lua/mason-registry/verible/init.lua @@ -51,7 +51,8 @@ return Pkg.new { _.format "verible-%s-CentOS-7.9.2009-Core-x86_64.tar.gz" ) ) - ) + ), + when(platform.is.linux_x64_gnu, "verible-%s-Ubuntu-20.04-focal-x86_64.tar.gz") ), } source.with_receipt() |
