From 0c4f98e99be90bd92a24dd5ae9fe4aa446cb6f4a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Aug 2019 15:31:48 +0200 Subject: [PATCH] zip: use scoops binary mirror - directly use inner zip file from x64 release - closes #263 --- bucket/zip.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/bucket/zip.json b/bucket/zip.json index c98102fc50..c85916be7f 100644 --- a/bucket/zip.json +++ b/bucket/zip.json @@ -15,17 +15,11 @@ "architecture": { "32bit": { "hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5", - "url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn.zip" + "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/zip/zip300xn.zip" }, "64bit": { - "hash": "ed29893fcd7f8b2afb2ead0461663584b740b5d064d4e1c87084107941197a7b", - "url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn-x64.zip" + "hash": "63f32f1f797680d9c68379d36cff4373674d405527d7fa2b4bbd34edcc3370d2", + "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/zip/x64/zip300xn-x64.zip" } - }, - "pre_install": [ - "if(Test-Path \"$dir\\zip300xn-x64.zip\") {", - "extract_zip \"$dir\\zip300xn-x64.zip\" \"$dir\"", - "Remove-Item \"$dir\\zip300xn-x64.zip\"", - "}" - ] + } }