Skip to content

Commit

Permalink
dockdoor: add livecheck, update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 9, 2025
1 parent 672afa6 commit 543e44d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Casks/d/dockdoor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
version "1.6.1"
sha256 "907595e192323e16e540741eaef2cebebb1a9580cf293da7775c4ab4795b0f6f"

url "https://github.com/ejbills/DockDoor/releases/download/v#{version}/DockDoor.dmg"
url "https://github.com/ejbills/DockDoor/releases/download/v#{version}/DockDoor.dmg",
verified: "github.com/ejbills/DockDoor/"
name "DockDoor"
desc "Window peeking utility app"
homepage "https://github.com/ejbills/DockDoor"
homepage "https://dockdoor.net/"

livecheck do
url "https://dockdoor.net/appcast.xml"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :ventura"
Expand Down

0 comments on commit 543e44d

Please sign in to comment.