mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
337 B
Ruby
10 lines
337 B
Ruby
class Historyhound < Cask
|
|
version '1.9.9'
|
|
sha256 '3b0873d2425115680c347d5e4be607e9232781e1711aec58ef76e07a07847ad3'
|
|
|
|
url 'https://www.stclairsoft.com/download/HistoryHound-1.9.9.dmg'
|
|
appcast 'https://www.stclairsoft.com/cgi-bin/sparkle.cgi?HH'
|
|
homepage 'http://www.stclairsoft.com/HistoryHound/'
|
|
|
|
link 'HistoryHound.app'
|
|
end
|