homebrew-cask/Casks/pgweb.rb

14 lines
485 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pgweb' do
2016-01-26 09:20:38 +08:00
version '0.9.1'
sha256 '4d62aca5946459318e7c27eee3c4e21e03aee8b87780aeeeb967e9d2112534b5'
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-01-26 09:20:38 +08:00
checkpoint: '3081c417435d8fafd3e62d63d8a7911ecfcb15bedc6415e6d186f32b4a7e41b3'
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'
2014-10-28 05:17:06 +08:00
end