From 0ef73a67477642cd5e28aae80023a12a1f620bb4 Mon Sep 17 00:00:00 2001 From: b4imetu <41535001+b4imetu@users.noreply.github.com> Date: Thu, 22 Sep 2022 01:53:41 +0800 Subject: [PATCH 1/2] iobit-unlocker: Add Version 1.3.0 --- bucket/iobit-unlocker.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/iobit-unlocker.json diff --git a/bucket/iobit-unlocker.json b/bucket/iobit-unlocker.json new file mode 100644 index 00000000000000..927b0e89b12242 --- /dev/null +++ b/bucket/iobit-unlocker.json @@ -0,0 +1,25 @@ +{ + "version": "1.3.0", + "description": "Solution for \"undelete files or folders\" Problems", + "homepage": "https://www.iobit.com/iobit-unlocker.php", + "license": { + "identifier": "Proprietary", + "url": "https://www.iobit.com/en/eula.php" + }, + "url": "https://cdn.iobit.com/dl/unlocker-setup.exe", + "hash": "2efdffd1cf3adab21ff760f009d8893d8c4cbcf63b2c3bfcc1139457c9cd430b", + "innosetup": true, + "bin": "IObitUnlocker.exe", + "shortcuts": [ + [ + "IObitUnlocker.exe", + "IObit Unlocker" + ] + ], + "checkver": { + "regex": "(?i)ver_size.*V *([\\d.]+)" + }, + "autoupdate": { + "url": "https://cdn.iobit.com/dl/unlocker-setup.exe" + } +} From 052eae844716203440b5ca7c7b6bba771a7cc8a6 Mon Sep 17 00:00:00 2001 From: b4imetu <41535001+b4imetu@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:50:50 +0800 Subject: [PATCH 2/2] iobit-unlocker: Update license --- bucket/iobit-unlocker.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bucket/iobit-unlocker.json b/bucket/iobit-unlocker.json index 927b0e89b12242..10081e7d4b6407 100644 --- a/bucket/iobit-unlocker.json +++ b/bucket/iobit-unlocker.json @@ -2,10 +2,7 @@ "version": "1.3.0", "description": "Solution for \"undelete files or folders\" Problems", "homepage": "https://www.iobit.com/iobit-unlocker.php", - "license": { - "identifier": "Proprietary", - "url": "https://www.iobit.com/en/eula.php" - }, + "license": "Freeware", "url": "https://cdn.iobit.com/dl/unlocker-setup.exe", "hash": "2efdffd1cf3adab21ff760f009d8893d8c4cbcf63b2c3bfcc1139457c9cd430b", "innosetup": true,