Add Fips.app v3.1.0 (#37850)

Add cask for Fips application
This commit is contained in:
Konstantin Malanchev 2017-08-21 18:29:19 +02:00 committed by Markus Reiter
parent 23536cf25b
commit bb7d315757
1 changed files with 13 additions and 0 deletions

13
Casks/fips.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'fips' do
version '3.1.0'
sha256 '2c53554e93b5ff8264cf98d707cf8cb80b539346f868066d8de8dc411556de01'
# github.com/matwey/fips3/releases was verified as official when first introduced to the cask
url "https://github.com/matwey/fips3/releases/download/#{version}/Fips-#{version}-Darwin.dmg"
appcast 'https://github.com/matwey/fips3/releases.atom',
checkpoint: 'd0416bc12df4f5d435f4b3e98949dd1019c14af03650ad20a1ed041942b6e72d'
name 'Fips'
homepage 'http://fips.space/'
app 'Fips.app'
end