cppcryptfsctl: Update to version 1.4.4.7, fix autoupdate (#7580)

* Update license, reorder manifest fields.
This commit is contained in:
sterno900 2026-01-29 21:06:13 +07:00 committed by GitHub
parent b796482664
commit 3b58828f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,26 +1,30 @@
{
"version": "1.4.4.5",
"license": "MIT",
"version": "1.4.4.7",
"description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.",
"homepage": "https://github.com/bailey27/cppcryptfs",
"license": {
"identifier": "MIT",
"url": "https://github.com/bailey27/cppcryptfs/blob/HEAD/LICENSE.txt"
},
"architecture": {
"64bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfs.exe"
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfs.exe"
],
"hash": [
"8ef2d649539f934e6db2cfa272535ee4016dc1f7585e53307be5ac9e3d0c1af8",
"15510c6f87eeafc4d04c1d709173055f8519d2a18cf97a9d017bbfc9aebba7e3"
"5acd0e03af2cb28059818a9a5ba05f6d2bd763774c9abf4ea534bd21f13dcc4f",
"5cfa208890ccdcdf046f99b14a4b80392325ae3ce86c9b4b4d9397afeb21e34e"
]
},
"32bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfs32.exe#/cppcryptfs.exe"
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfs32.exe#/cppcryptfs.exe"
],
"hash": [
"c9e6554aa0226761b93c910d5b83274086c4eb18ddbb921cfa6a651541b6bb35",
"9456caa33e53c42a68c286ff5a5c6050c98f195375e4e18ea00eba04c308e7c9"
"f834a4a910799fab78ab2572c1864b9a8ff473add3929359a34e5b661807b1fc",
"cdc5fd0b6beb6c8933fffec0a7987bd71aabd89eac78ccef6bfd22948f24cced"
]
}
},
@ -28,20 +32,19 @@
"cppcryptfsctl.exe",
"cppcryptfs.exe"
],
"homepage": "https://github.com/bailey27/cppcryptfs",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfs.exe"
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs.exe"
]
},
"32bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfs32.exe#/cppcryptfs.exe"
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs32.exe#/cppcryptfs.exe"
]
}
}