forked from rivy/scoop.bucket.scoop-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawsQueue.json
24 lines (24 loc) · 841 Bytes
/
awsQueue.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
{
"homepage": "https://github.com/NearlyUnique/awsqueue",
"description": "Simple queue lister for AWS SQS",
"version": "0.0.8",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/NearlyUnique/awsqueue/releases/download/v0.0.8/awsqueue_0.0.8_Windows_x86_64.tar.gz",
"hash": "c176fc3cc8e908d4907f55e59b9beb37044b26bbdbd131a8d60c6b3436f07d97"
}
},
"bin": "awsqueue.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/NearlyUnique/awsqueue/releases/download/v$version/awsqueue_$version_Windows_x86_64.tar.gz",
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}
}
}