homebrew-cask/Casks/fips.rb

14 lines
518 B
Ruby

cask 'fips' do
version '3.2.2'
sha256 '3de1f88b2d7b5f08660bbe2c7c419f9abfcea96e9d76c9a42044c7167447fb6d'
# 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: '83a027e18dd117084fa2aab135300d417aef8d6f3eb518fe010de1f9d4a4225e'
name 'Fips'
homepage 'http://fips.space/'
app 'Fips.app'
end