homebrew-cask/Casks/gramps.rb

14 lines
589 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gramps' do
2016-12-30 05:14:43 +08:00
version '4.2.5-1'
sha256 'a1b7e57c9349bf4137ee0d932f23882ff461460dcf99e7f03e3620e0edbf8d58'
2014-12-10 07:44:12 +08:00
2016-02-27 23:46:25 +08:00
# 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',
2017-05-13 11:01:07 +08:00
checkpoint: '21afd12a9830d38f741cab4452b405f02e89b69a99105118fb2ff69174a6efc2'
2015-01-05 04:53:53 +08:00
name 'Gramps'
homepage 'https://gramps-project.org/introduction-WP/'
2014-12-10 07:44:12 +08:00
app 'Gramps.app'
end