From 448ae682d8d5a079ea1c8fd93ddc989ed68c1700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=99=E4=B8=AA=E5=90=8D=E5=AD=97=E4=B8=8D=E7=9F=A5?= =?UTF-8?q?=E9=81=93=E8=83=BD=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9?= Date: Mon, 17 Feb 2025 13:14:31 +0800 Subject: [PATCH] Create nsq.json A realtime distributed messaging platform. https://github.com/nsqio/nsq --- bucket/nsq.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/nsq.json diff --git a/bucket/nsq.json b/bucket/nsq.json new file mode 100644 index 0000000000000..03c0185922555 --- /dev/null +++ b/bucket/nsq.json @@ -0,0 +1,33 @@ +{ + "version": "1.3.0", + "description": "A realtime distributed messaging platform", + "homepage": "https://nsq.io", + "license": "MIT license", + "architecture": { + "64bit": { + "url": "https://github.com/nsqio/nsq/releases/download/v1.3.0/nsq-1.3.0.windows-amd64.go1.21.5.tar.gz", + "hash": "5c61e44bc0bb9b978e30fed1d5c739449c2a432dd749f2539836b7f2e15cc86b", + "extract_dir": "nsq-1.3.0.windows-amd64.go1.21.5" + } + }, + "bin": [ + "bin\\nsq_stat.exe", + "bin\\nsq_tail.exe", + "bin\\nsq_to_file.exe", + "bin\\nsq_to_http.exe", + "bin\\nsq_to_nsq.exe", + "bin\\nsqadmin.exe", + "bin\\nsqd.exe", + "bin\\nsqlookupd.exe", + "bin\\to_nsq.exe" + ], + "checkver": { + "github": "https://github.com/nsqio/nsq/" + }, + "autoupdate": { + "url": "https://github.com/nsqio/nsq/releases/download/v$version/nsq-$version.windows-amd64.go1.21.5.tar.gz", + "hash": { + "url": "$url.sha256" + } + } +}