-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathskype.json
29 lines (29 loc) · 1.04 KB
/
skype.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "8.134.0.202",
"description": "Communication tool for free calls and chat.",
"homepage": "https://www.skype.com/",
"license": {
"identifier": "Freeware",
"url": "https://www.microsoft.com/en-us/servicesagreement/"
},
"url": "http://download.skype.com/s4l/download/win/Skype-8.134.0.202.exe",
"hash": "39a2bee6dcf6a811b3329b30ae850a41746e4209960f3bc9c462e5fbb9c894e4",
"innosetup": true,
"shortcuts": [
[
"Skype.exe",
"Skype"
]
],
"checkver": {
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.26 Safari/537.36",
"script": [
"$resp = [System.Net.WebRequest]::Create('http://get.skype.com/go/getskype-skypeforwindows').GetResponse()",
"Write-Output = $resp.ResponseUri.LocalPath"
],
"regex": "Skype-([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "http://download.skype.com/s4l/download/win/Skype-$version.exe"
}
}