homebrew-cask/Casks/fips.rb

13 lines
420 B
Ruby
Raw Normal View History

cask 'fips' do
2018-08-11 00:23:38 +08:00
version '3.3.0'
sha256 '4bba26c41e48aef7d3cc760626b559c3a174672dd4e9231c41232012119827a8'
# github.com/matwey/fips3 was verified as official when first introduced to the cask
url "https://github.com/matwey/fips3/releases/download/#{version}/Fips-#{version}-Darwin.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/matwey/fips3/releases.atom'
name 'Fips'
2018-10-07 11:38:01 +08:00
homepage 'https://fips.space/'
app 'Fips.app'
end