-
-
Notifications
You must be signed in to change notification settings - Fork 987
/
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.41.0",
"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.41.0/task_windows_amd64.zip",
"hash": "0847915b3b51dbd296a510873fb9b62050ddddb818f6346840f3e1b4ce37d448"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_386.zip",
"hash": "89631e5e30a8a59f891f53d6f377dbe012ad82865d2a7e3f7990b5ca85da151d"
}
},
"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"
}
}
}