From 069d7140c69dc4e1515b741d8ee4168ca080dd31 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 24 Nov 2019 15:42:23 +0000 Subject: [PATCH] pandoc: remove extract_dir (#596) --- bucket/pandoc.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index a247781b45..a9c3e73fdd 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,18 +1,16 @@ { - "homepage": "https://pandoc.org/", + "homepage": "https://pandoc.org", "version": "2.8", "license": "GPL-2.0-or-later", - "description": "Universal markup converter.", + "description": "Universal markup converter", "architecture": { "64bit": { "url": "https://github.com/jgm/pandoc/releases/download/2.8/pandoc-2.8-windows-x86_64.zip", - "hash": "fbf3df9cc951fe7853cbd313d2ad5fda080cb371a8e43d6351e076a0645a17a2", - "extract_dir": "pandoc-2.8-windows-x86_64" + "hash": "fbf3df9cc951fe7853cbd313d2ad5fda080cb371a8e43d6351e076a0645a17a2" }, "32bit": { "url": "https://github.com/jgm/pandoc/releases/download/2.8/pandoc-2.8-windows-i386.zip", - "hash": "1e1f225abbc6b6b6512d963094b7b88188d8856c442d725b6e50e265774ffecd", - "extract_dir": "pandoc-2.8-windows-i386" + "hash": "1e1f225abbc6b6b6512d963094b7b88188d8856c442d725b6e50e265774ffecd" } }, "bin": [ @@ -25,12 +23,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-x86_64.zip", - "extract_dir": "pandoc-$version-windows-x86_64" + "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-x86_64.zip" }, "32bit": { - "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip", - "extract_dir": "pandoc-$version-windows-i386" + "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip" } } },