homebrew-cask/Casks/dupeguru.rb

13 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dupeguru' do
2016-11-26 11:21:57 +08:00
version '4.0.3'
sha256 '805fa0e2ddf57ac7d7e79cebe893a3a505f24c28500a204d22eb2b6d3d889454'
2014-08-22 18:11:59 +08:00
2016-01-07 09:21:25 +08:00
url "https://download.hardcoded.net/dupeguru_osx_#{version.dots_to_underscores}.dmg"
appcast 'https://www.hardcoded.net/updates/dupeguru.appcast',
2016-11-26 11:21:57 +08:00
checkpoint: '45e83e6d46bbdec99cd4c9701c54195268d79d1507bd933ad40991d48fb6502f'
name 'dupeGuru'
homepage 'https://www.hardcoded.net/dupeguru/'
2014-08-22 18:11:59 +08:00
2014-09-16 00:05:30 +08:00
app 'dupeGuru.app'
2014-08-22 18:11:59 +08:00
end