mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
not the cleanest solution, but the previous url was broken. This should make it work again. Thanks!
10 lines
172 B
Ruby
10 lines
172 B
Ruby
class Hr < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "http://www.hrmacapp.com/download"
|
|
homepage 'http://www.hrmacapp.com/'
|
|
license :unknown
|
|
|
|
app 'hr.app'
|
|
end
|