wok diff libidn/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | acb8abe86ce3 |
children | 6c86b2ce4a43 |
line diff
1.1 --- a/libidn/receipt Sun Sep 12 14:44:48 2010 +0000 1.2 +++ b/libidn/receipt Mon Feb 14 19:09:46 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libidn" 1.7 -VERSION="1.16" 1.8 +VERSION="1.19" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Encode and decode internationalized domain names." 1.11 MAINTAINER="pascal.bellard@slitaz.org"