summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaports.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aports.lua b/aports.lua
index 557f9e2..140855d 100755
--- a/aports.lua
+++ b/aports.lua
@@ -125,7 +125,7 @@ end
function is_remote(url)
local _,pref
- for _,pref in pairs{ "^http://", "^ftp://", "^https://" } do
+ for _,pref in pairs{ "^http://", "^ftp://", "^https://", ".*::.*" } do
if string.match(url, pref) then
return true
end