Files
homebrew-cask/Casks/c/cornercal.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
335 B
Ruby

cask "cornercal" do
version "1.1"
sha256 "391f5039d74d3b789d8fec7afbd045c98a0f0148c60ff8802000eacc9af0a781"
url "https://github.com/ekreutz/CornerCal/blob/v#{version}/builds/CornerCal.zip?raw=true"
name "CornerCal"
homepage "https://github.com/ekreutz/CornerCal"
depends_on macos: ">= :sierra"
app "CornerCal.app"
end