diff options
author | piernov <piernov@piernov.org> | 2011-09-25 16:44:02 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-25 16:44:02 +0200 |
commit | 9a27601313f532c03c9ec1dd31d2542c9b865d94 (patch) | |
tree | 68eff226026e33ba4f5b0d99f20d71b2881866b1 /base/python/Pkgfile | |
parent | 9c4404a550ed046aaeac535c8258eca6bdbdc214 (diff) | |
download | nutyx-extra-9a27601313f532c03c9ec1dd31d2542c9b865d94.tar.gz nutyx-extra-9a27601313f532c03c9ec1dd31d2542c9b865d94.tar.bz2 nutyx-extra-9a27601313f532c03c9ec1dd31d2542c9b865d94.tar.xz nutyx-extra-9a27601313f532c03c9ec1dd31d2542c9b865d94.zip |
python 3.2.2-1 màj port
Diffstat (limited to 'base/python/Pkgfile')
-rwxr-xr-x | base/python/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/python/Pkgfile b/base/python/Pkgfile index 304633437..3dd1b0d61 100755 --- a/base/python/Pkgfile +++ b/base/python/Pkgfile @@ -6,8 +6,8 @@ # Run on: expat,libffi,zlib name=python -version=3.2.1 -release=2 +version=3.2.2 +release=1 source=( http://www.python.org/ftp/python/$version/Python-$version.tar.xz) build() { |