dotter: Update to version 0.13.1, fix autoupdate (#5348)

This commit is contained in:
Aliaksandr Belik 2023-12-13 22:13:17 +03:00 committed by GitHub
parent fcca715d1f
commit 45719b86f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{
"version": "0.13.0",
"version": "0.13.1",
"description": "Dotfile manager and templater",
"homepage": "https://github.com/SuperCuber/dotter",
"license": "Unlicense",
"notes": "To set up dotter, check instructions on 'https://github.com/SuperCuber/dotter/wiki/Setup-and-Configuration'",
"architecture": {
"64bit": {
"url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.0/dotter.exe",
"hash": "06ef1f18e814f521217b056022de51d93e51b7cdd9d9570d4c5bf3810a2f6a2b"
"url": "https://github.com/SuperCuber/dotter/releases/download/v0.13.1/dotter-windows-x64-msvc.exe#/dotter.exe",
"hash": "a80b314817c432f4d0f13f17416f79f94dc68b95e39f6d8260814178404c622d"
}
},
"bin": "dotter.exe",
@ -15,7 +15,7 @@
"autoupdate": {
"architecture": {
"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"
}
}
}