Skip to content

Commit

Permalink
Merge pull request #183957 from Homebrew/update-todour
Browse files Browse the repository at this point in the history
todour: fix url
  • Loading branch information
bevanjkay committed Sep 1, 2024
2 parents fef582f + 43ee023 commit 0b9bc12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Casks/t/todour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version "2.22"
sha256 "060e5a84e9179e2eefadeddaf110ac5720b3a2064e39d470d84391a36ab70318"

url "https://nerdur.com/Todour-v#{version}.dmg"
url "https://nerdur.com/files/Todour-v#{version}.dmg"
name "Todour"
desc "Todo.txt application Todour"
homepage "https://nerdur.com/todour-pl/"
Expand All @@ -12,7 +12,13 @@
regex(/href=.*?Todour[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end

depends_on macos: ">= :high_sierra"

app "Todour.app"

zap trash: "~/Library/Preferences/com.nerdur.Todour.plist"

caveats do
requires_rosetta
end
end

0 comments on commit 0b9bc12

Please sign in to comment.