wok diff sqlite/receipt @ rev 12767
Up: dovecot to 2.1.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 12 11:29:42 2012 +0000 (2012-05-12) |
parents | 9a371836dca5 |
children | b6cb56c17b0b |
line diff
1.1 --- a/sqlite/receipt Sat Dec 10 05:11:58 2011 +0100 1.2 +++ b/sqlite/receipt Sat May 12 11:29:42 2012 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sqlite" 1.7 -_amalgamationver=3070900 1.8 -_amalgamationver2=${_amalgamationver/00/} 1.9 -VERSION="${_amalgamationver2//0/.}" 1.10 +_realver=3071100 1.11 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}" 1.12 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}" 1.13 CATEGORY="office" 1.14 SHORT_DESC="Small SQL database engine." 1.15 MAINTAINER="pankso@slitaz.org" 1.16 -TARBALL="$PACKAGE-src-${_amalgamationver}.zip" 1.17 +TARBALL="$PACKAGE-src-${_realver}.zip" 1.18 DEPENDS="libsqlite" 1.19 BUILD_DEPENDS="tcl" 1.20 WEB_SITE="http://www.sqlite.org/"