wok-4.x rev 6007
bazaar: Upgrade to 2.2.0
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 14 16:34:52 2010 +0000 (2010-08-14) |
parents | 1c3a87dcc4ac |
children | 8b121f5c3bfe |
files | bazaar/receipt |
line diff
1.1 --- a/bazaar/receipt Sat Aug 14 16:16:44 2010 +0000 1.2 +++ b/bazaar/receipt Sat Aug 14 16:34:52 2010 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="bazaar" 1.6 SOURCE="bzr" 1.7 -VERSION="2.1.0" 1.8 +VERSION="2.2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A free distributed version control system." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -10,8 +10,8 @@ 1.13 BUILD_DEPENDS="python python-dev" 1.14 TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 WEB_SITE="http://bazaar-vcs.org/" 1.16 -WGET_URL="http://launchpad.net/$SOURCE/2.1/$VERSION/+download/$TARBALL" 1.17 -TAGS="version-control versioning" 1.18 +WGET_URL="http://launchpad.net/$SOURCE/${VERSION%.*}/$VERSION/+download/$TARBALL" 1.19 +TAGS="dvcs version-control versioning" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()