generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathddns-go.json
35 lines (35 loc) · 1.58 KB
/
ddns-go.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
30
31
32
33
34
35
{
"version": "6.8.1",
"description": "简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domains)",
"homepage": "https://github.com/jeessy2/ddns-go",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v6.8.1/ddns-go_6.8.1_windows_x86_64.zip",
"hash": "a6ea982d69cb94a84d9af4e6ed6caec62088d758e1f223163d3f90c657385626"
},
"32bit": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v6.8.1/ddns-go_6.8.1_windows_i386.zip",
"hash": "45b6879e5df61529a52fd3eb52a5932bb2c8c07f8f50b34b82ef6f757cdd114e"
},
"arm64": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v6.8.1/ddns-go_6.8.1_windows_arm64.zip",
"hash": "6aa46576bc608d095307e3072df61d046f1f80171696710b73c34fd888adb7e4"
}
},
"bin": "ddns-go.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_i386.zip"
},
"arm64": {
"url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_arm64.zip"
}
}
}
}