mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
doggo: Add version 0.5.4 (#4093)
* doggo: Add version 0.5.4 * doggo: Add arm64 version
This commit is contained in:
parent
1223a7e0ed
commit
c7cf6b4863
33
bucket/doggo.json
Normal file
33
bucket/doggo.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "0.5.4",
|
||||
"description": "Command-line DNS Client for Humans",
|
||||
"homepage": "https://doggo.mrkaran.dev/",
|
||||
"license": "GPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mr-karan/doggo/releases/download/v0.5.4/doggo_0.5.4_windows_amd64.tar.gz",
|
||||
"hash": "0923e035492b8c55b25e6250fe744c5c7559786364d3c758707104a564dd0a16"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/mr-karan/doggo/releases/download/v0.5.4/doggo_0.5.4_windows_arm64.tar.gz",
|
||||
"hash": "efbde34ea7c238461e6d7d57061ff4761021cff2499af8c0634bce5705d0c465"
|
||||
}
|
||||
},
|
||||
"bin": "doggo.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/mr-karan/doggo"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_windows_amd64.tar.gz"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_windows_arm64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/doggo_$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user