From 08df9023a3db18bc93c1d341fcdcb2024c05eb34 Mon Sep 17 00:00:00 2001 From: Gheorghe Anghelescu Date: Sat, 16 Feb 2019 21:33:29 +0200 Subject: [PATCH] radare2: update URL (#3119) --- radare2.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/radare2.json b/radare2.json index 2802fc8362..e7553f0c2c 100644 --- a/radare2.json +++ b/radare2.json @@ -4,11 +4,11 @@ "homepage": "https://www.radare.org/r/", "architecture": { "64bit": { - "url": "https://radare.mikelloc.com/get/3.2.1/radare2_installer-msvc_64-3.2.1.exe", + "url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_64-3.2.1.exe", "hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7" }, "32bit": { - "url": "https://radare.mikelloc.com/get/3.2.1/radare2_installer-msvc_32-3.2.1.exe", + "url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_32-3.2.1.exe", "hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589" } }, @@ -46,14 +46,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_64-$version.exe" + "url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_64-$version.exe" }, "32bit": { - "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_32-$version.exe" + "url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_32-$version.exe" } }, "hash": { - "url": "https://radare.mikelloc.com/get/$version/checksums.sha1sum" + "url": "$baseurl/checksums.sha1sum" } } }