Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Last active December 4, 2018 18:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lambdalisue/f6c02275d2be63b82abe7921a5a6b71e to your computer and use it in GitHub Desktop.
scoop manifest for go-task/task
{
"homepage": "https://taskfile.org",
"description": "A task runner / build tool that aims to be simpler and easier to use",
"license": "MIT",
"version": "v2.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/go-task/task/releases/download/v2.2.0/task_windows_amd64.zip",
"hash": "1fd06172c7ee66529dd8cb1709083b863713d01317be55f978aac8039a290c8c"
},
"32bit": {
"url": "https://github.com/go-task/task/releases/download/v2.2.0/task_windows_386.zip",
"hash": "d4d87d50c73319d84402b09248f9bbec4c9656499cc520979c2ed6916016d2a2"
}
},
"bin": "task.exe",
"checkver": {
"url": "https://github.com/go-task/task/releases",
"re": "/releases/tag/v(?<version>[\\w.-]+)"
},
"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"
}
}
}
}
@lambdalisue
Copy link
Author

scoop install https://gist.githubusercontent.com/lambdalisue/f6c02275d2be63b82abe7921a5a6b71e/raw/task.json

ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment