From 3ab9a0bd03068307b6d26e453bd532b1b49a60dd Mon Sep 17 00:00:00 2001 From: Kun Lin Date: Wed, 8 May 2019 21:23:45 +0800 Subject: [PATCH 1/3] Fix typos. --- bucket/ghostscript.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ghostscript.json b/bucket/ghostscript.json index 38e1d82512..a196ba009e 100644 --- a/bucket/ghostscript.json +++ b/bucket/ghostscript.json @@ -4,7 +4,7 @@ "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926aw64.exe#/dl.7z", + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w64.exe#/dl.7z", "hash": "sha512:4c961b852bd207e9a1cae00355c5e582ad047dec54912ae5e7d326c4eacc0c8300bf49164d7ba5817f9ab5a7b9cb5d60f235b162dd30c0d6e8706566f7e0a605", "bin": [ "bin\\gswin64.exe", @@ -12,7 +12,7 @@ ] }, "32bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926aw32.exe#/dl.7z", + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w32.exe#/dl.7z", "hash": "sha512:5e3f9e8303e1b65c9c6b67dbd3c5a999c7b7eeafe499638d3bbe718ccb1a1b26928dd441d65431b423f385b1a70d698e5027f7ee701c963eb410d3f79fde5a40", "bin": [ "bin\\gswin32.exe", @@ -31,10 +31,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionaw64.exe#/dl.7z" + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw64.exe#/dl.7z" }, "32bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionaw32.exe#/dl.7z" + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw32.exe#/dl.7z" } }, "hash": { From ed96fac28d93c3f611181547bcfc876f4dac1f24 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 13 May 2019 17:46:18 +0800 Subject: [PATCH 2/3] Fix checkver and update to 9.27 --- bucket/ghostscript.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ghostscript.json b/bucket/ghostscript.json index a196ba009e..89a987411e 100644 --- a/bucket/ghostscript.json +++ b/bucket/ghostscript.json @@ -1,19 +1,19 @@ { "homepage": "https://www.ghostscript.com", - "version": "9.26", + "version": "9.27", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w64.exe#/dl.7z", - "hash": "sha512:4c961b852bd207e9a1cae00355c5e582ad047dec54912ae5e7d326c4eacc0c8300bf49164d7ba5817f9ab5a7b9cb5d60f235b162dd30c0d6e8706566f7e0a605", + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927/gs927w64.exe#/dl.7z", + "hash": "sha512:49fc973bfae12f366a837bcc39d93e3d8e3c88359f7d45279df899f0b2941c264efc47815966867d332b32e87ca8d88697edf7792b162645ed7a549cecc373b2", "bin": [ "bin\\gswin64.exe", "bin\\gswin64c.exe" ] }, "32bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w32.exe#/dl.7z", - "hash": "sha512:5e3f9e8303e1b65c9c6b67dbd3c5a999c7b7eeafe499638d3bbe718ccb1a1b26928dd441d65431b423f385b1a70d698e5027f7ee701c963eb410d3f79fde5a40", + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927/gs927w32.exe#/dl.7z", + "hash": "sha512:ef18548c62a5107f951d839d7c83ea5e03b35b2b85fd2c820b95687fb28e9ebfc799c2efe87d6db16879a8d9d995fe56f0b6a1248df0d6ee41d5851edfce9f83", "bin": [ "bin\\gswin32.exe", "bin\\gswin32c.exe" @@ -25,8 +25,8 @@ "lib" ], "checkver": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/latest", - "re": "Ghostscript\\/GhostPDL ([\\d.]+)" + "github": "https://github.com/ArtifexSoftware/ghostpdl-downloads/", + "regex": "Ghostscript/GhostPDL ([\\d.]+)" }, "autoupdate": { "architecture": { From 442b27914f06d6091395294473c8f8c90e6029ab Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 13 May 2019 18:09:15 +0800 Subject: [PATCH 3/3] Add description, modify bin, remove bin from env. --- bucket/ghostscript.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/bucket/ghostscript.json b/bucket/ghostscript.json index 89a987411e..53f14ae6ae 100644 --- a/bucket/ghostscript.json +++ b/bucket/ghostscript.json @@ -1,6 +1,7 @@ { "homepage": "https://www.ghostscript.com", "version": "9.27", + "description": "An interpreter for the PostScript language and for PDF.", "license": "AGPL-3.0", "architecture": { "64bit": { @@ -8,7 +9,11 @@ "hash": "sha512:49fc973bfae12f366a837bcc39d93e3d8e3c88359f7d45279df899f0b2941c264efc47815966867d332b32e87ca8d88697edf7792b162645ed7a549cecc373b2", "bin": [ "bin\\gswin64.exe", - "bin\\gswin64c.exe" + "bin\\gswin64c.exe", + [ + "bin\\gswin64c.exe", + "gs" + ] ] }, "32bit": { @@ -16,14 +21,15 @@ "hash": "sha512:ef18548c62a5107f951d839d7c83ea5e03b35b2b85fd2c820b95687fb28e9ebfc799c2efe87d6db16879a8d9d995fe56f0b6a1248df0d6ee41d5851edfce9f83", "bin": [ "bin\\gswin32.exe", - "bin\\gswin32c.exe" + "bin\\gswin32c.exe", + [ + "bin\\gswin32c.exe", + "gs" + ] ] } }, - "env_add_path": [ - "bin", - "lib" - ], + "env_add_path": "lib", "checkver": { "github": "https://github.com/ArtifexSoftware/ghostpdl-downloads/", "regex": "Ghostscript/GhostPDL ([\\d.]+)"