summaryrefslogtreecommitdiffstats
path: root/devel/shiboken/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/shiboken/DETAILS')
-rwxr-xr-xdevel/shiboken/DETAILS10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/shiboken/DETAILS b/devel/shiboken/DETAILS
index 6e735c5983..135ffcfcdd 100755
--- a/devel/shiboken/DETAILS
+++ b/devel/shiboken/DETAILS
@@ -1,5 +1,6 @@
+QT_URL=http://download.qt-project.org/official_releases/
SPELL=shiboken
- WEB_SITE=http://www.pyside.org
+ WEB_SITE=http://qt-project.org/
if [[ $PYSIDE == git ]];then
VERSION=git
SOURCE=$SPELL-$VERSION.tar.bz2
@@ -7,10 +8,11 @@ if [[ $PYSIDE == git ]];then
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
else
- VERSION=1.1.1
- SOURCE_HASH=sha512:0bf76f82ae22a1ee42329ea08b4c4386cd949363e053e5e8575033ddd01e4a1277911c55f84bb6689caafc9dd5d1eb57a2806164b39522d9e62c19b2906e3147
+ VERSION=1.2.0
+ SOURCE_HASH=sha512:0bc54a55db028bb32bb66ea1bda1be9c5fdb46eeaa73b834881bb0770c52870340a02172e3830eeb97cceba9a6a01c2ea6b46591e63ce81cb8e31f56babd1457
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
+
+ SOURCE_URL[0]=$QT_URL/pyside/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20080921