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-10-11 02:52:52 +08:00
version '4.0.2'
sha256 '136abed62df1f3e34f021d305c2adbd19a2cded418b67cdfb5a6fae0d2679479'
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-10-11 02:52:52 +08:00
checkpoint: 'c47f3aefdf12fde1cace81e90677c907130d4cd85137b73c4c0eabb355249ced'
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