-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathtask.json
33 lines (33 loc) · 1.14 KB
/
task.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
{
"version": "3.42.1",
"description": "A task runner / simpler Make alternative written in Go",
"homepage": "https://taskfile.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/go-task/task/releases/download/v3.42.1/task_windows_amd64.zip",
"hash": "f80050756ddedc08b13721f444e748eb9218c65a2ce300724d168a2afe9811c6"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.42.1/task_windows_386.zip",
"hash": "7d9eee18a802cbc60d1e496b56193737692f13196551bedc8288fc5a21b9b4d7"
}
},
"bin": "task.exe",
"checkver": {
"github": "https://github.com/go-task/task"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/go-task/task/releases/download/v$version/task_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v$version/task_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/task_checksums.txt"
}
}
}