Skip to content

Commit

Permalink
keyguard: Add 1.6.4-20241102 (#14348)
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep authored Nov 13, 2024
1 parent 405d274 commit 02789bd
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/keyguard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "1.6.4-20241102",
"description": "Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible",
"homepage": "https://github.com/AChep/keyguard-app",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/AChep/keyguard-app/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/AChep/keyguard-app/releases/download/r20241102/Keyguard-1.6.4.msi",
"hash": "74975785c7137ff63a964cc7f97a4bad3c369f7c16f48c4976c2ebf54769ec10"
}
},
"bin": "Keyguard\\Keyguard.exe",
"shortcuts": [
[
"Keyguard\\Keyguard.exe",
"Keyguard"
]
],
"checkver": {
"github": "https://github.com/AChep/keyguard-app/",
"regex": "Release v([\\d\\.]+)-([\\d\\.]+)",
"replace": "${1}-${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AChep/keyguard-app/releases/download/r$preReleaseVersion/Keyguard-$matchHead.msi"
}
}
}
}

0 comments on commit 02789bd

Please sign in to comment.