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

19 lines
461 B
Ruby

cask "couleurs" do
version "1.2.1"
sha256 "32d1b1898e9791c8137edc746c9f7ef508a12194669aae567719f58be2c8a876"
url "https://couleursapp.com/couleurs-#{version}.zip"
name "Couleurs"
desc "Grab and tweak the colours you see on your screen"
homepage "https://couleursapp.com/"
livecheck do
url "https://couleursapp.com/updates/releases.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :sierra"
app "Couleurs.app"
end