Skip to content

nsq: Add version 1.3.0#6549

Open
sdfwds4 wants to merge 1 commit into
ScoopInstaller:masterfrom
sdfwds4:patch-2
Open

nsq: Add version 1.3.0#6549
sdfwds4 wants to merge 1 commit into
ScoopInstaller:masterfrom
sdfwds4:patch-2

Conversation

@sdfwds4

@sdfwds4 sdfwds4 commented Feb 17, 2025

Copy link
Copy Markdown
Contributor

A realtime distributed messaging platform. https://github.com/nsqio/nsq

A realtime distributed messaging platform. https://github.com/nsqio/nsq
@github-actions

Copy link
Copy Markdown
Contributor

Your changes do not pass checks.

nsq

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

@aliesbelik aliesbelik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract Go version along with app's version since it differs from release to release as well.

Comment thread bucket/nsq.json
"version": "1.3.0",
"description": "A realtime distributed messaging platform",
"homepage": "https://nsq.io",
"license": "MIT license",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"license": "MIT license",
"license": "MIT",

Comment thread bucket/nsq.json
Comment on lines +24 to +32
"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"
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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"
}
}
"checkver": {
"url": "https://api.github.com/repositories/4307108/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "nsq-([\\d.]+).windows-amd64.go(?<go>[\\d.]+)\\.tar\\.gz"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nsqio/nsq/releases/download/v$version/nsq-$version.windows-amd64.go$matchGo.tar.gz",
"extract_dir": "nsq-$version.windows-amd64.go$matchGo"
}
}
}

@Lutra-Fs Lutra-Fs changed the title Create nsq.json nsq: Add version 1.3.0 May 26, 2025

@Lutra-Fs Lutra-Fs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there,

I agree with aliesbelik’s review comment. I think it would be best if you could either:
a) explain why you don’t want to apply this suggestion, or
b) go ahead and apply it.

Just marking the review as resolved without any explanation or changes isn’t ideal, as it can leave others confused. Clear communication really helps everyone stay on the same page!

Thanks for your understanding!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants