mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
345 B
Ruby
11 lines
345 B
Ruby
cask :v1 => 'pgweb' do
|
|
version '0.5.1'
|
|
sha256 'ffc7f22d9591660902f8725bb392ec861f80fb9747021d93262a640d672fea02'
|
|
|
|
url "https://github.com/sosedoff/pgweb/releases/download/v#{version}/pgweb_darwin_amd64.zip"
|
|
name 'pgweb'
|
|
homepage 'https://github.com/sosedoff/pgweb'
|
|
license :mit
|
|
|
|
binary 'pgweb_darwin_amd64', :target => 'pgweb'
|
|
end
|