Skip to content

Commit

Permalink
Merge pull request #186318 from Homebrew/update-nozbe
Browse files Browse the repository at this point in the history
  • Loading branch information
krehel authored Sep 22, 2024
2 parents 4d9260a + 2be8f97 commit 06c46e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Casks/n/nozbe.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
cask "nozbe" do
version "2024.18"
sha256 "df5c29e4c108253f4ada7781d519b40817d1c6fb54ee2d415d0abe54d6e96d82"
version "2024.16"
sha256 "872fc0462c1ad3415012097a60fb9c865fd4125e6fc886520db8a2361e6e18c5"

url "https://builds.nozbe.com/mac/#{version}/Nozbe.app.zip"
name "Nozbe"
desc "Project management app"
homepage "https://nozbe.com/"

livecheck do
url "https://nozbe.help/general/release-notes"
regex(/id=["']newest["'][^>]*?>\s*version\s*(\d+(?:\.\d+)+)/i)
url "https://builds.nozbe.com/updates.mac.json"
strategy :json do |json|
json["currentRelease"]
end
end

depends_on macos: ">= :big_sur"
Expand Down

0 comments on commit 06c46e3

Please sign in to comment.