bruno: use github_latest livecheck strategy

This commit is contained in:
Bevan Kay
2023-10-30 07:10:36 +11:00
parent f32af53c41
commit 095d617dfd
+5
View File
@@ -11,6 +11,11 @@ cask "bruno" do
desc "Opensource IDE for exploring and testing api's"
homepage "https://www.usebruno.com/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :high_sierra"
app "Bruno.app"