Use the http svn repository, not https, because using the https causes svn2cl to...
[synfig.git] / ETL / trunk / config / build.cfg
index 2a5a0c3..cd69fe6 100644 (file)
@@ -4,9 +4,9 @@ PACKAGE_BUGREPORT="darco@deepdarc.com"
 PACKAGE_TARNAME="ETL"
 VERSION_MAJ="0"
 VERSION_MIN="04"
-VERSION_REV="08"
+VERSION_REV="09"
 [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"`
-SVN_REPOSITORY="https://svn.voria.com/code/ETL"
+SVN_REPOSITORY="http://svn.voria.com/code/ETL"
 
 [ -d CVS ] && VERSION_REL="CVS"