diff --git a/bucket/awsQueue.json b/bucket/awsQueue.json new file mode 100644 index 0000000000..d9b9b903d9 --- /dev/null +++ b/bucket/awsQueue.json @@ -0,0 +1,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" + } + } + } + } +}