Skip to content
Merged
40 changes: 40 additions & 0 deletions bucket/picocrypt-ng.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "2.12",
"description": "A very small, very simple, yet very secure encryption tool.",
"homepage": "https://github.com/Picocrypt-NG/Picocrypt-NG",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": [
"https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/2.12/Picocrypt-NG-portable.exe#/Picocrypt-NG.exe",
"https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/2.12/Picocrypt-NG-cli.exe#/picocrypt.exe"
],
"hash": [
"d85687b7380381e56a4baacdf82ea0084e2d8f50d76650bd2a1ece6930458999",
"65c6d82239e3267616b78eb613b8c39f6ceaa5815ff1b553dcf1eb2add1660ea"
]
}
},
Comment thread
scillidan marked this conversation as resolved.
"bin": "picocrypt.exe",
"shortcuts": [
[
"Picocrypt-NG.exe",
"Picocrypt NG"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/$version/Picocrypt-NG-portable.exe#/Picocrypt-NG.exe",
"https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/$version/Picocrypt-NG-cli.exe#/picocrypt.exe"
],
"hash": {
"url": "https://github.com/Picocrypt-NG/Picocrypt-NG/releases/tag/$version",
"regex": "sha256\\($basename\\)\\s+$sha256"
}
}
}
}
}
Loading