diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-03 13:36:01 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-03 13:36:01 +0000 |
commit | 3ce431da4ecdd6c0eefcf3c0224ddee2e195683d (patch) | |
tree | 8836b9c00eeaa3951f8970f59bdebb6c742d6ba3 /finance/py-trytond-account/Makefile | |
parent | 4aa3912e37f36681e82b91b50526fa001e194daa (diff) | |
download | pkgsrc-3ce431da4ecdd6c0eefcf3c0224ddee2e195683d.tar.gz |
Updated to latest stable version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add start/end date to tax
* Use account of write-off journal as default
* Add write-off journal type
* Add description on write-off move
Diffstat (limited to 'finance/py-trytond-account/Makefile')
-rw-r--r-- | finance/py-trytond-account/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index 74b14cd144b..791652f3bf1 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/04/13 05:02:11 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/03 13:36:01 rodent Exp $ -DISTNAME= trytond_account-3.0.3 +DISTNAME= trytond_account-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/3.0/ +MASTER_SITES= http://downloads.tryton.org/3.2/ MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ |