homebrew-cask/Casks/pgweb.rb

11 lines
326 B
Ruby
Raw Normal View History

2014-10-28 05:17:06 +08:00
class Pgweb < Cask
2014-11-13 01:23:15 +08:00
version '0.4.0'
sha256 'dac59afaef75db663e0f2a30ec035806b205a9acbe1e2a7a156b3e58dc571ea7'
2014-10-28 05:17:06 +08:00
url "https://github.com/sosedoff/pgweb/releases/download/v#{version}/pgweb_darwin_amd64.zip"
homepage 'https://github.com/sosedoff/pgweb'
license :mit
binary 'pgweb_darwin_amd64', :target => 'pgweb'
end