Skip to content

Commit

Permalink
veracrypt-np: Add version 1.25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FlawlessCasual17 authored Apr 14, 2023
1 parent e357221 commit 093a1f6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/veracrypt-np.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "1.25.9",
"homepage": "https://www.veracrypt.fr/en/Home.html",
"description": "A free open source disk encryption software.",
"license": "Apache-2.0",
"notes": [
"Make sure you decrypt your disks (encrypted with VeraCrypt) before uninstalling the app.",
"You may have to restart your computer in order for VeraCrypt to work correctly.",
"If you are having any VeraCrypt-related issues, please see,",
"https://www.veracrypt.fr/en/Troubleshooting.html",
"https://www.veracrypt.fr/en/Issues%20and%20Limitations.html"
],
"architecture": {
"64bit": {
"url": "https://launchpad.net/veracrypt/trunk/1.25.9/+download/VeraCrypt_Setup_x64_1.25.9.msi#/setup.msi_",
"hash": "md5:25f8a853a23f4b64bd5c723d0c41443d"
}
},
"pre_install": [
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
"Start-Process 'msiexec' -Wait -Verb 'RunAs' -WindowStyle 'Hidden' -Args @('/i', \"$dir\\setup.msi_\", '/qn', '/norestart', 'ACCEPTLICENSE=YES')"
],
"pre_uninstall": [
"if ($cmd -eq 'uninstall') {",
" if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
" Start-Process 'msiexec' -Wait -Verb 'RunAs' -WindowStyle 'Hidden' -Args @('/x', \"$dir\\setup.msi_\", '/qn', '/norestart')",
"}"
],
"checkver": {
"url": "https://launchpad.net/veracrypt/trunk",
"regex": "Latest\\sversion\\sis\\s([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://launchpad.net/veracrypt/trunk/$version/+download/VeraCrypt_Setup_x64_$version.msi#/setup.msi_",
"hash": {
"url": "$url/+md5",
"regex": "$md5\\s$basename"
}
}
}
}
}

0 comments on commit 093a1f6

Please sign in to comment.