Changeset

397:918829f384d6

squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there
author Kim Alvefur <zash@zash.se>
date Sat, 09 Jan 2016 02:03:26 +0100
parents 396:b0afde43b3e5
children 398:b4ce2e524ed8
files squishy
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/squishy	Sat Jan 09 01:36:03 2016 +0100
+++ b/squishy	Sat Jan 09 02:03:26 2016 +0100
@@ -8,7 +8,7 @@
 
 -- Prosody libraries
 if not GetOption("prosody") then
-	AutoFetchURL "http://hg.prosody.im/0.9/raw-file/tip/?"
+	AutoFetchURL "http://hg.prosody.im/0.9/raw-file/0.9.9/?"
 else
 	AutoFetchURL(GetOption("prosody").."/?")
 end