You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
492 B
Ruby
15 lines
492 B
Ruby
cask "cocoarestclient" do
|
|
version "1.4.7"
|
|
sha256 "8e974818e5b77e6e4291acbe09d439c3c17b01c23e48d2272f7817e2d18e9968"
|
|
|
|
url "https://github.com/mmattozzi/cocoa-rest-client/releases/download/#{version}/CocoaRestClient-#{version}.dmg",
|
|
verified: "github.com/mmattozzi/cocoa-rest-client/"
|
|
name "CocoaRestClient"
|
|
desc "App for testing HTTP/REST endpoints"
|
|
homepage "https://mmattozzi.github.io/cocoa-rest-client/"
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "CocoaRestClient.app"
|
|
end
|