Add Cask for BloomRPC 1.2.0 (#56886)

Created a new Cask for BloomRPC, a gRPC desktop client. Cask points
to the latest version, which is 1.2.0.
This commit is contained in:
Eric McIntyre 2019-01-02 16:42:31 -07:00 committed by Vítor Galvão
parent 88fc1887a0
commit b369b2d406
1 changed files with 11 additions and 0 deletions

11
Casks/bloomrpc.rb Normal file
View File

@ -0,0 +1,11 @@
cask 'bloomrpc' do
version '1.2.0'
sha256 'a43e32f5a06545711e82e72ba15ab1198fac219c672362712ced06f3ea99a5ab'
url "https://github.com/uw-labs/bloomrpc/releases/download/v#{version}/BloomRPC-#{version}.dmg"
appcast 'https://github.com/uw-labs/bloomrpc/releases.atom'
name 'BloomRPC'
homepage 'https://github.com/uw-labs/bloomrpc'
app 'BloomRPC.app'
end