Skip to content

Commit

Permalink
feat(gpgfronted): add version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Dec 31, 2024
1 parent 13e119d commit 0fdeadb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/gpgfronted.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "2.1.5",
"description": "A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg). ",
"homepage": "https://gpgfrontend.bktus.com/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/saturneric/GpgFrontend/releases/download/v2.1.5/GpgFrontend-2.1.5-qt6-windows-x86_64-portable.zip",
"hash": "59E65BC8B0079B743AEFE72CD27B59E3873D6DD6FE9B8FCFE849F788E5C23427"
}
},
"bin": "bin\\GpgFrontend.exe",
"shortcuts": [
[
"bin\\GpgFrontend.exe",
"GpgFrontend"
]
],
"checkver": {
"github": "https://github.com/saturneric/GpgFrontend"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/saturneric/GpgFrontend/releases/download/v$version/GpgFrontend-$version-qt6-windows-x86_64-portable.zip"
}
}
}
}

0 comments on commit 0fdeadb

Please sign in to comment.