diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-07-24 02:59:29 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-07-24 02:59:29 +0000 |
commit | 7a23c9e4248ed3fce1b623bf36e3be53fd26d543 (patch) | |
tree | c7ea8f3cf37e6d5021c9fd6dd095ce1787c36732 /dev/python/pysqlite | |
parent | 836990fb3966c3f2cc794ca03c11545b213044cc (diff) | |
download | slackbuilds-7a23c9e4248ed3fce1b623bf36e3be53fd26d543.tar.gz slackbuilds-7a23c9e4248ed3fce1b623bf36e3be53fd26d543.tar.bz2 |
pysqlite update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1294 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/python/pysqlite')
-rwxr-xr-x | dev/python/pysqlite/pysqlite.SlackBuild | 2 | ||||
-rwxr-xr-x | dev/python/pysqlite/pysqlite.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/python/pysqlite/pysqlite.SlackBuild b/dev/python/pysqlite/pysqlite.SlackBuild index 578cbc99..72481062 100755 --- a/dev/python/pysqlite/pysqlite.SlackBuild +++ b/dev/python/pysqlite/pysqlite.SlackBuild @@ -25,7 +25,7 @@ fi # default settings PACKAGE="pysqlite" -VERSION=${VERSION:=2.3.3} +VERSION=${VERSION:=2.3.5} ARCH=${ARCH:=i486} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} diff --git a/dev/python/pysqlite/pysqlite.build b/dev/python/pysqlite/pysqlite.build index 2b5e1032..840feead 100755 --- a/dev/python/pysqlite/pysqlite.build +++ b/dev/python/pysqlite/pysqlite.build @@ -31,7 +31,7 @@ fi # default settings PACKAGE="pysqlite" -VERSION=${VERSION:=2.3.3} +VERSION=${VERSION:=2.3.5} ARCH=${ARCH:=i486} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |