homebrew-cask/Casks/pgweb.rb

14 lines
487 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pgweb' do
2015-08-18 02:49:42 +08:00
version '0.6.3'
sha256 'bfa041bdbdd7a3424faa0be6b524302c0f4c6610c06afa8784904b2a91b64024'
2014-10-28 05:17:06 +08:00
url "https://github.com/sosedoff/pgweb/releases/download/v#{version}/pgweb_darwin_amd64.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sosedoff/pgweb/releases.atom',
:sha256 => '3a0c23bf19e274e52895f4d1a9ae781cb86704f2d2eefa53d8a89690786ec748'
2015-01-10 05:14:45 +08:00
name 'pgweb'
2014-10-28 05:17:06 +08:00
homepage 'https://github.com/sosedoff/pgweb'
license :mit
binary 'pgweb_darwin_amd64', :target => 'pgweb'
end