diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-20 21:56:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-20 21:56:33 +0000 |
commit | 0bbe797aba07d55f591f12771af4b4cc3978644f (patch) | |
tree | 4e4ee8736c040ecdc0648ce9e0ae1872d1358a05 /misc/py-anki2 | |
parent | 713a8ecc1924e3818be5c601f9cf361e3477eaa8 (diff) | |
download | pkgsrc-0bbe797aba07d55f591f12771af4b4cc3978644f.tar.gz |
Update to 2.0.14:
Fix a bug that was causing proxy authentication errors to be
reported when the issue was something else.
A full upload now removes the deletion log, which can save a
lot of space if you've added many notes and deleted them again.
Better feedback when a sync is aborted due to concurrent access
from another device.
Stop errors from appearing when the tags column is enabled in
the browser and the user has non-latin text in tags.
Fix an issue that was causing note types to be renamed when
they shouldn't be.
Diffstat (limited to 'misc/py-anki2')
-rw-r--r-- | misc/py-anki2/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anki2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index f030f84e488..4dd88e3567a 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/10/06 16:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/10/20 21:56:33 wiz Exp $ -DISTNAME= anki-2.0.13 +DISTNAME= anki-2.0.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index d878b3c3f1a..48cbec9377c 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2013/10/06 16:30:00 wiz Exp $ +$NetBSD: distinfo,v 1.10 2013/10/20 21:56:33 wiz Exp $ -SHA1 (anki-2.0.13.tgz) = a22ada113ba6641e08ebf49d9333cfafad4adffc -RMD160 (anki-2.0.13.tgz) = fc585ceef3a923daff87dd3a1d9ade586d480823 -Size (anki-2.0.13.tgz) = 3147783 bytes +SHA1 (anki-2.0.14.tgz) = 9954a20a2eb180718e113bbbc90e0227f081533d +RMD160 (anki-2.0.14.tgz) = 964786da6c4f391d563e01405dfe4b699d29c781 +Size (anki-2.0.14.tgz) = 3148810 bytes SHA1 (patch-Makefile) = aec4f2bc649f6173d4a5c87b559e825a2462748e |