mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
232 B
Ruby
9 lines
232 B
Ruby
class Anki < Cask
|
|
version '2.0.28'
|
|
sha256 '8071e6f1cdf661df6c8b9997e0618e8dc722ff8aeaf8b99390567204791f23cd'
|
|
|
|
url "http://ankisrs.net/download/mirror/anki-#{version}.dmg"
|
|
homepage 'http://ankisrs.net/'
|
|
|
|
app 'Anki.app'
|
|
end
|