Files
homebrew-cask/Casks/p/pliim.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
401 B
Ruby

cask "pliim" do
version "1.7.0"
sha256 "cd44a3e8d0d58b431df288c3ce13a8032f76b270077ac488cb9db5d74e7d17a5"
url "https://github.com/zehfernandes/pliim/releases/download/v#{version}/Pliim.app.zip",
verified: "github.com/zehfernandes/pliim/"
name "Pliim"
desc "One click and be ready to go up on stage and shine!"
homepage "https://zehfernandes.github.io/pliim/"
app "Pliim.app"
end