homebrew-cask/Casks/pgweb.rb

13 lines
470 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pgweb' do
2016-10-03 10:12:58 +08:00
version '0.9.5'
sha256 '677af53daac6c44f1bdc304bc6285245fef5a75b2a0f7a76d03213afb7268e3a'
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',
2016-10-03 10:12:58 +08:00
checkpoint: '9aee4e4f2d0ff344e9e255b8d82b8aec68cdcaf045e646ff223214789dc31a29'
2015-01-10 05:14:45 +08:00
name 'pgweb'
2014-10-28 05:17:06 +08:00
homepage 'https://github.com/sosedoff/pgweb'
binary 'pgweb_darwin_amd64', target: 'pgweb'
2014-10-28 05:17:06 +08:00
end