Skip to content

Commit

Permalink
vfox: Fix manifest (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed May 14, 2024
1 parent 23ffe90 commit d505964
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bucket/vfox.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
},
"bin": "vfox.exe",
"checkver": {
"url": "https://github.com/version-fox/vfox/raw/main/internal/version.go",
"regex": "\"([\\d\\.]+)\""
"github": "https://github.com/version-fox/vfox"
},
"autoupdate": {
"architecture": {
Expand All @@ -45,8 +44,7 @@
}
},
"hash": {
"url": "https://github.com/version-fox/vfox/releases/download/v$version/checksums.txt",
"find": "$sha256[\\S\\s]+$basename"
"url": "$baseurl/checksums.txt"
}
}
}

0 comments on commit d505964

Please sign in to comment.