-
Notifications
You must be signed in to change notification settings - Fork 1.7k
picocrypt-ng: Add version 2.12 #17903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+40
−0
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7487bf6
picocrypt-ng: Add version 2.09
scillidan 7edf613
picocrypt-ng: provide cli version along with main app
scillidan f6abbe8
picocrypt-ng: add bin field
scillidan 7e78e5b
picocrypt-ng: Update version to 2.12; add `hash` in `autoupdate`
scillidan 4245f71
picocrypt-ng: fix `hash` in `autoupdate`
scillidan 44d7ddc
picocrypt-ng: fix `hash` in `autoupdate`
scillidan 334832a
picocrypt-ng: chore
scillidan 9a69bb2
picocrypt-ng: chore
scillidan 5d28813
picocrypt-ng: fix `hash` in `autoupdate`
scillidan 3bccd66
picocrypt-ng: fix `hash` in `autoupdate`
scillidan a5712b8
picocrypt-ng: fix `hash` in `autoupdate`
scillidan 7f6b673
picocrypt-ng: chore
scillidan 7ef2677
picocrypt-ng@2.12: Fix hash autoupdate
aliesbelik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| ] | ||
| } | ||
| }, | ||
| "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" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.