homebrew-cask/Casks/gramps.rb

15 lines
588 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gramps' do
2016-04-24 04:36:20 +08:00
version '4.2.3-2'
sha256 'd916afdbda9426365ba2d0bb1a5471b34a381802a4e2b5923a5e6bf52acf488c'
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',
2016-04-24 04:36:20 +08:00
checkpoint: '75f4ff9089645705ac8e96202ce6725d970682d53c17d14db08d42b3ad9f0288'
2015-01-05 04:53:53 +08:00
name 'Gramps'
2014-12-10 07:44:12 +08:00
homepage 'https://gramps-project.org/'
license :gpl
2014-12-10 07:44:12 +08:00
app 'Gramps.app'
end