mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
dotter: Update to version 0.13.1, fix autoupdate (#5348)
This commit is contained in:
parent
fcca715d1f
commit
45719b86f1
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "0.13.0",
|
"version": "0.13.1",
|
||||||
"description": "Dotfile manager and templater",
|
"description": "Dotfile manager and templater",
|
||||||
"homepage": "https://github.com/SuperCuber/dotter",
|
"homepage": "https://github.com/SuperCuber/dotter",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"notes": "To set up dotter, check instructions on 'https://github.com/SuperCuber/dotter/wiki/Setup-and-Configuration'",
|
"notes": "To set up dotter, check instructions on 'https://github.com/SuperCuber/dotter/wiki/Setup-and-Configuration'",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.0/dotter.exe",
|
"url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.1/dotter-windows-x64-msvc.exe#/dotter.exe",
|
||||||
"hash": "06ef1f18e814f521217b056022de51d93e51b7cdd9d9570d4c5bf3810a2f6a2b"
|
"hash": "a80b314817c432f4d0f13f17416f79f94dc68b95e39f6d8260814178404c622d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "dotter.exe",
|
"bin": "dotter.exe",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/SuperCuber/dotter/releases/download/v$version/dotter.exe"
|
"url": "https://github.com/SuperCuber/dotter/releases/download/v$version/dotter-windows-x64-msvc.exe#/dotter.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user