generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmclone.json
24 lines (24 loc) · 908 Bytes
/
mclone.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
{
"version": "1.5.1",
"description": "麻麻再也不用担心拉取GitHub代码慢了",
"homepage": "https://github.com/nulastudio/mclone",
"license": {
"identifier": "MIT"
},
"notes": "请不要使用mclone拉取私有仓库",
"url": "https://liesauer.coding.net/p/mclone/d/mclone/git/raw/v1.5.1/win-x86.exe#/mclone.exe",
"hash": "3e15f586a72bfee52d8de91ee845dbae2b754bef61eb4e1c7808f8ccc5b7927a",
"depends": "git",
"post_install": [
"$save=\"$dir\\mclone.exe\"",
"$Save = $Save.Replace(\"\\\", \"\\\\\").Replace(\" \", \"\\ \")",
"git config --global alias.mclone \"!${Save}\""
],
"uninstaller": {
"script": "git config --global --unset alias.mclone"
},
"checkver": "github",
"autoupdate": {
"url": "https://liesauer.coding.net/p/mclone/d/mclone/git/raw/v$version/win-x86.exe#/mclone.exe"
}
}