mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
251 B
Ruby
9 lines
251 B
Ruby
class Nally < Cask
|
|
version '1.4.9'
|
|
sha256 '5b7835f8842aa33d0f40eebddda2686a39f2106dfacd0bde04c3f0911da625d1'
|
|
|
|
url "https://yllan.github.com/nally/download/Nally-#{version}.app.zip"
|
|
homepage 'http://yllan.org/app/Nally/'
|
|
|
|
app 'Nally.app'
|
|
end
|