From 7e92d17024c4b2972ffd9a8b57fc933e7fbfce4d Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Fri, 28 Jun 2013 22:08:51 +0800 Subject: [PATCH] Anki 2.0.11 --- Casks/anki.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/anki.rb b/Casks/anki.rb index dea8da4f8..fcf1e1761 100644 --- a/Casks/anki.rb +++ b/Casks/anki.rb @@ -1,7 +1,7 @@ class Anki < Cask - url 'https://anki.googlecode.com/files/anki-2.0.9.dmg' + url 'https://anki.googlecode.com/files/anki-2.0.11.dmg' homepage 'http://ankisrs.net/' - version '2.0.9' - sha1 'f04ae632eb9d1374098e2c5533e4b5ce2a2feab6' + version '2.0.11' + sha1 '1d5b3618499228df4fa7f4c5d8e35931981dff35' link 'Anki.app' end