Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Casks/c/cadran.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "cadran" do
version "1.2.12"
sha256 "9fdc5fb5806f84949e8318febf29daf47ad7cd86a2a32c07af28384fe5bd57c2"

url "https://github.com/Ilyomix/Cadran-releases/releases/download/v#{version}/Cadran-#{version}.dmg",
verified: "github.com/Ilyomix/Cadran-releases/"
name "Cadran"
desc "Desktop clock rendered behind your icons"
homepage "https://cadranapp.com/"

livecheck do
url "https://github.com/Ilyomix/Cadran-releases/releases/latest/download/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :sonoma"

app "Cadran.app"

zap trash: [
"~/Library/Application Support/Cadran",
"~/Library/Preferences/ilyomix.Cadran.plist",
]
end
Loading