homebrew-cask/Casks/gramps.rb

13 lines
493 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gramps' do
version '5.0.1-1'
sha256 '6e53348fdbd3e30b1e7979e5037824091963b66dae98db203d5c1b631f7a3742'
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-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/gramps-project/gramps/releases.atom'
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