Files
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

14 lines
371 B
Ruby

cask "gray" do
version "0.17.0"
sha256 "631e13cf28bae804e7e1a77cddaf2277f91d2de0c45c6fd7805a7c0eac627edd"
url "https://github.com/zenangst/Gray/releases/download/#{version}/Gray.zip"
name "Gray"
desc "Tool to set light or dark appearance on a per-app basis"
homepage "https://github.com/zenangst/Gray"
depends_on macos: ">= :mojave"
app "Gray.app"
end