mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
torpar: Add version 1.0.0 (#2481)
* add torpar 1.0.0 Signed-off-by: Slach <bloodjazman@gmail.com> * update bin Signed-off-by: Slach <bloodjazman@gmail.com> * fix review comments https://github.com/ScoopInstaller/Main/pull/2481#issuecomment-906425117 Signed-off-by: Slach <bloodjazman@gmail.com> * fix https://github.com/ScoopInstaller/Main/pull/2481#issuecomment-906494939 Signed-off-by: Slach <bloodjazman@gmail.com> * modify license, remove empty line Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
58a3305c0b
commit
596342e33c
24
bucket/torpar.json
Normal file
24
bucket/torpar.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "TUI Client for Torrent Paradise",
|
||||||
|
"homepage": "https://github.com/varbhat/torpar",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/varbhat/torpar/releases/download/v1.0.0/torpar-win-amd64.exe#/torpar.exe",
|
||||||
|
"hash": "411b3d7244871bad62af1c8fd6918b4fa999ab9a8856e897b3cfc6d5aa274b89"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "torpar.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/varbhat/torpar/releases/download/v$version/torpar-win-amd64.exe#/torpar.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/checksums_sha256.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user