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