mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
25 lines
662 B
Ruby
25 lines
662 B
Ruby
cask "recipeui" do
|
|
arch arm: "aarch64", intel: "universal"
|
|
|
|
version "0.8.10"
|
|
sha256 arm: "d2bb4e779b14fbf42f329c214527ca1c4e81ad93e6b2933de36f1b681344f858",
|
|
intel: "f3932f4123eca54569688a58e303b91cd6a8db21debca9fdca8031cf0a7885ab"
|
|
|
|
url "https://github.com/RecipeUI/RecipeUI/releases/download/app-v#{version}/RecipeUI_#{arch}.app.tar.gz",
|
|
verified: "github.com/RecipeUI/RecipeUI/"
|
|
name "RecipeUI"
|
|
desc "API discovery, testing and sharing tool"
|
|
homepage "https://recipeui.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "RecipeUI.app"
|
|
|
|
zap trash: "~/Library/Cache/com.recipeui"
|
|
end
|