Skip to content

Commit

Permalink
feat(verible): add linux_x64_gnu (#579)
Browse files Browse the repository at this point in the history
Closes #536.
  • Loading branch information
williamboman authored Oct 20, 2022
1 parent 9a2f83f commit d005168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/mason-registry/verible/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d005168

Please sign in to comment.