cppcryptfsctl: Update to version 1.4.4.2

This commit is contained in:
github-actions[bot] 2023-09-27 04:26:27 +00:00
parent a0a3c7637b
commit e258136c1e

View File

@ -1,26 +1,26 @@
{ {
"version": "1.4.4.1", "version": "1.4.4.2",
"license": "MIT", "license": "MIT",
"description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.", "description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfsctl.exe", "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfs.exe" "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs.exe"
], ],
"hash": [ "hash": [
"30141acf45b5fdbb30208465f3f629d45467211f22950cc3e260e6d61ea02b89", "a8f96fbf026ec05d847e1fb7743be7231ed9cd279ddbf47a5fd056dbfc83ebd3",
"2f4af3b75b7341acaec1c4d5b156a1c2e9eb071e0f3d5fc0bae28f336c48fe3a" "2030224f3abd45a76c4b325f67c7750e8510ef02a968c1c2f90645a2681fcadc"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfsctl32.exe#/cppcryptfsctl.exe", "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfs32.exe#/cppcryptfs.exe" "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs32.exe#/cppcryptfs.exe"
], ],
"hash": [ "hash": [
"bcd10379d362c15ca78050ca43ef7ce4dd676be349125b0f50b26a0619a4f12a", "0df5cb8f59d72dcad144132df519b4c37467366a89a0427308fc7bc902be99f6",
"f561c474572ceca71373dd94af80881e09e94f37e50d257f5f0d348d59f97484" "9d6c373efe511b51b0ef244525c5add6782469e936b43de142d296bd4d5f862d"
] ]
} }
}, },