Files
homebrew-cask/Casks/c/container-ps.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

12 lines
367 B
Ruby

cask "container-ps" do
version "1.3.0"
sha256 "8a710ff70ed79d7ca93d51461d77a3268cdb8c3aa985ce4d0b99686b36b62069"
url "https://github.com/Toinane/container-ps/releases/download/#{version}/Container.PS-#{version}.dmg"
name "Container PS"
desc "App to show all docker images"
homepage "https://github.com/Toinane/container-ps"
app "Container PS.app"
end