Skip to content

Commit aa7fa27

Browse files
author
borysiasty
committedSep 29, 2009
plugin installer update: more default repos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11732 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎python/plugins/plugin_installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def name():
1414
return "Plugin Installer"
1515

1616
def version():
17-
return "Version 1.0.2"
17+
return "Version 1.0.3"
1818

1919
def description():
2020
return "Downloads and installs QGIS python plugins"

‎python/plugins/plugin_installer/installer_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ def setIface(qgisIface):
8585
("Aaron Racicot's Repository", "http://qgisplugins.z-pulley.com", ""),
8686
("Barry Rowlingson's Repository", "http://www.maths.lancs.ac.uk/~rowlings/Qgis/Plugins/plugins.xml", ""),
8787
("Volkan Kepoglu's Repository","http://ggit.metu.edu.tr/~volkan/plugins.xml", ""),
88-
("GIS-Lab Repository", "http://gis-lab.info/programs/qgis/qgis-repo.xml", "")]
88+
("GIS-Lab Repository", "http://gis-lab.info/programs/qgis/qgis-repo.xml", ""),
89+
("Marco Hugentobler's Repository","http://karlinapp.ethz.ch/python_plugins/python_plugins.xml", ""),
90+
("Sourcepole Repository", "http://build.sourcepole.ch/qgis/plugins.xml", "")]
8991

9092

9193

0 commit comments

Comments
 (0)
Please sign in to comment.