homebrew-cask/Casks/historyhound.rb

20 lines
613 B
Ruby

cask 'historyhound' do
version '2.0.3'
sha256 'd4725cb315c2d6ea6bfda98b7369f1c159aa7384e51c4d21f41ffcf3ae80c105'
url "https://www.stclairsoft.com/download/HistoryHound-#{version}.dmg"
appcast 'https://www.stclairsoft.com/cgi-bin/sparkle.cgi?HH'
name 'HistoryHound'
homepage 'https://www.stclairsoft.com/HistoryHound/'
auto_updates true
app 'HistoryHound.app'
zap trash: [
'~/Library/Application Support/HistoryHound',
'~/Library/Caches/com.stclairsoft.HistoryHound',
'~/Library/Preferences/com.stclairsoft.HistoryHound.plist',
]
end