Skip to content

Commit

Permalink
jprq: Add version 2.4 (#6597)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
anorprogrammer and niheaven authored Mar 4, 2025
1 parent 7a37c68 commit 306e4fd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/jprq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.4",
"description": "join public router. quickly.",
"homepage": "https://jprq.io",
"license": "Shareware",
"architecture": {
"64bit": {
"url": "https://github.com/azimjohn/jprq/releases/download/2.4/jprq-windows-amd64.exe#/jprq.exe",
"hash": "4baf20eb564946af3ce0d6a33bda1a08036728e24e8024388b5595af6859bcc1"
},
"32bit": {
"url": "https://github.com/azimjohn/jprq/releases/download/2.4/jprq-windows-386.exe#/jprq.exe",
"hash": "3eef9c81b6b0b71e6f3a0c0dc6488052f864fe2074ca0b6f18054471d423364a"
}
},
"bin": "jprq.exe",
"checkver": {
"github": "https://github.com/azimjohn/jprq"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/azimjohn/jprq/releases/download/$version/jprq-windows-amd64.exe#/jprq.exe"
},
"32bit": {
"url": "https://github.com/azimjohn/jprq/releases/download/$version/jprq-windows-386.exe#/jprq.exe"
}
}
}
}

0 comments on commit 306e4fd

Please sign in to comment.