mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
240 B
Ruby
9 lines
240 B
Ruby
class Hr < Cask
|
|
version '0.4'
|
|
sha256 '7d07901a88d449fcb352b17408d8bdbc98c849e12080f5dad5259a009dda5c4b'
|
|
|
|
url "http://www.hrmacapp.com/releases/hr_#{version.gsub('.', '')}.zip"
|
|
homepage 'http://www.hrmacapp.com/'
|
|
|
|
app 'hr.app'
|
|
end
|