mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
320 B
Ruby
10 lines
320 B
Ruby
cask :v1 => 'wiztoolsorg-restclient' do
|
|
version '3.2.2'
|
|
sha256 'd920279ef6406acb02a12485e1e8adaf1942cf196f0628c8e6b40744f6120aac'
|
|
|
|
url "https://rest-client.googlecode.com/files/restclient-ui-#{version}.dmg"
|
|
homepage 'https://code.google.com/p/rest-client'
|
|
license :oss
|
|
|
|
app 'WizTools.org RESTClient.app'
|
|
end
|