mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
dum: Add version 0.1.19 (#3463)
* dum: Add version 0.1.19 * (chore): fix checkver field Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
88ade1f6fd
commit
cbe666a2ae
24
bucket/dum.json
Normal file
24
bucket/dum.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.1.19",
|
||||
"description": "An npm scripts runner written in Rust.",
|
||||
"homepage": "https://github.com/egoist/dum",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/egoist/dum/releases/download/v0.1.19/dum-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "ed82ebf238d4812ac2753f9b970617b0a1c0945fd0f6d59bc22d71f81522468f"
|
||||
}
|
||||
},
|
||||
"bin": "dum.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/egoist/dum/releases/download/v$version/dum-x86_64-pc-windows-msvc.zip",
|
||||
"hash": {
|
||||
"url": "$baseurl/dum-x86_64-pc-windows-msvc-sha256sum.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user