homebrew-cask/Casks/gramps.rb

14 lines
589 B
Ruby

cask 'gramps' do
version '4.2.5-1'
sha256 'a1b7e57c9349bf4137ee0d932f23882ff461460dcf99e7f03e3620e0edbf8d58'
# github.com/gramps-project/gramps was verified as official when first introduced to the cask
url "https://github.com/gramps-project/gramps/releases/download/v#{version.major_minor_patch}/Gramps-Intel-#{version}.dmg"
appcast 'https://github.com/gramps-project/gramps/releases.atom',
checkpoint: '602bb379cf541c40cbc5abd0d1a2b9aafdb731354b4f38b32fdddaa06b1c6a60'
name 'Gramps'
homepage 'https://gramps-project.org/introduction-WP/'
app 'Gramps.app'
end