From 2fe85cbbb1abfae1e5b0cbffc765c3851543af8e Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 2 Nov 2019 16:13:48 -0400 Subject: [PATCH] jd-cmd: Update to version 1.0.0 (#529) --- bucket/jd-cmd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jd-cmd.json b/bucket/jd-cmd.json index e99ef2c957..b63227e452 100644 --- a/bucket/jd-cmd.json +++ b/bucket/jd-cmd.json @@ -1,16 +1,16 @@ { - "version": "0.9.2", + "version": "1.0.0", "description": "Command line Java Decompiler.", "homepage": "https://github.com/kwart/jd-cmd/", "license": "GPL-3.0-only", - "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-0.9.2.Final/jd-cli-0.9.2-dist.zip", - "hash": "059c498e14510f588fede1f0230c6fb62e9e7ef34d8efd80ddee61a57d083404", + "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-1.0.0.Final/jd-cli-1.0.0.Final-dist.zip", + "hash": "7de21c63757a7cb1ccb44904eb318fa9ac16f3d49f7ff426c822516821ffc375", "bin": "jd-cli.jar", "checkver": { "github": "https://github.com/kwart/jd-cmd/", "regex": "jd-cmd-([\\d\\.]+)\\." }, "autoupdate": { - "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-$version.Final/jd-cli-$version-dist.zip" + "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-$version.Final/jd-cli-$version.Final-dist.zip" } }