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-09-07 10:20:07 +08:00
version '4.2.4-1'
sha256 '58c655936e4ca021ada3d44e32f52c84b3eac2442b1e2fe4834bd78d3cefc4c6'
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-09-07 10:20:07 +08:00
checkpoint: 'febefb1931afcd9780aa2ec7bc4055c97be88aa01483aee452011e79074e1f19'
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