From 173c75fa104afba1492382331689b98075dd9875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 10 Nov 2018 20:33:50 +0100 Subject: [PATCH] Move Winrar to extras --- Winrar.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 Winrar.json diff --git a/Winrar.json b/Winrar.json deleted file mode 100644 index f2f09132bd..0000000000 --- a/Winrar.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "version": "5.61", - "description": "Winrar. Powerful archive manager.", - "homepage": "https://rarlab.com/", - "license": { - "identifier": "Shareware" - }, - "notes": [ - "Set up context menu within settings window.", - "e143436e2f9183a650424d635b535e51" - ], - "architecture": { - "64bit": { - "url": "https://www.rarlab.com/rar/winrar-x64-561.exe#/cosi.7z", - "hash": "7c4f3300ae333f36b2e94e48ac392b88fc7c4562d190994359821c56d4b81859" - }, - "32bit": { - "url": "https://www.rarlab.com/rar/wrar561.exe#/cosi.7z", - "hash": "b9852714c9f46bd6de740eb72ed901ddc38e897d242209cee84f0ed2b5bb76d8" - } - }, - "pre_install": "if (!(Test-Path \"$persist_dir\\rarreg.key\")) { Write-Host 'Key does not exist' -f Yellow; Add-Content \"$dir\\rarreg.key\" $null }", - "persist": "rarreg.key", - "env_add_path": ".", - "shortcuts": [ - [ - "WinRAR.exe", - "WinRAR" - ] - ], - "checkver": { - "url": "http://www.rarlab.com/download.htm", - "regex": "WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d+\\.]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://www.rarlab.com/rar/winrar-x64-$cleanVersion.exe#/cosi.7z" - }, - "32bit": { - "url": "https://www.rarlab.com/rar/wrar$cleanVersion.exe#/cosi.7z" - } - } - } -}