# HG changeset patch # User Kim Alvefur # Date 1452301406 -3600 # Node ID 918829f384d6b707eea5dab2d9a2d213be07b364 # Parent b0afde43b3e5132ef38902e6b54ec4fc1ee64235 squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there diff -r b0afde43b3e5 -r 918829f384d6 squishy --- 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