From b014617a818e1c0712bc4b507bf503d084588667 Mon Sep 17 00:00:00 2001 From: Frederik Mogensen Date: Sat, 11 Jul 2020 12:12:09 +0200 Subject: [PATCH 1/2] jcli 0.0.29 --- Food/jcli.lua | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/Food/jcli.lua b/Food/jcli.lua index 9ad66cdd3..5e858d3f9 100644 --- a/Food/jcli.lua +++ b/Food/jcli.lua @@ -1,6 +1,7 @@ local name = "jcli" -local version = "0.0.26" - +local org = "jenkins-zh" +local release = "v0.0.29" +local version = "0.0.29" food = { name = name, description = "Jenkins CLI allows you manage your Jenkins as an easy way", @@ -11,8 +12,8 @@ food = { { os = "darwin", arch = "amd64", - url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/v" .. version .. "/" .. name .. "-darwin-amd64.tar.gz", - sha256 = "21529e03a592794a0d5473965576a757a158456854f52817cd8fbd0a5b87109a", + url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/" .. release .. "/" .. name .. "-darwin-amd64.tar.gz", + sha256 = "e5d56a0627df3531f1198335748efcbc034344529546abc423076bba7c7e481e", resources = { { path = name, @@ -24,8 +25,8 @@ food = { { os = "linux", arch = "amd64", - url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/v" .. version .. "/" .. name .. "-linux-amd64.tar.gz", - sha256 = "e1c5b0611faa34baad33c8f303dc35688551f987fbc8364476d675f18a4aa0b8", + url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/" .. release .. "/" .. name .. "-linux-amd64.tar.gz", + sha256 = "98bffb1b91ed9961f3359c930453f4761bf3a63515f9244e6e3e40c18e6bfd5d", resources = { { path = name, @@ -34,23 +35,11 @@ food = { } } }, - { - os = "windows", - arch = "386", - url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/v" .. version .. "/" .. name .. "-windows-386.tar.gz", - sha256 = "d97e9448e663c24e08789dc3b4ddcab6246c6f02c35ff9479b92f825e96c5ba3", - resources = { - { - path = name .. ".exe", - installpath = "bin\\" .. name .. ".exe" - } - } - }, { os = "windows", arch = "amd64", - url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/v" .. version .. "/" .. name .. "-windows-386.tar.gz", - sha256 = "d97e9448e663c24e08789dc3b4ddcab6246c6f02c35ff9479b92f825e96c5ba3", + url = "https://github.com/jenkins-zh/jenkins-cli/releases/download/" .. release .. "/" .. name .. "-windows-amd64.zip", + sha256 = "7ab08382633e7b09bda12b64b716abbef809ba37e8c47593847acca164bc41e5", resources = { { path = name .. ".exe", From 1e58d8de05985620d95cdef0fa5fd0e8b2571a02 Mon Sep 17 00:00:00 2001 From: Frederik Mogensen Date: Sat, 11 Jul 2020 12:20:10 +0200 Subject: [PATCH 2/2] Update jcli.lua --- Food/jcli.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Food/jcli.lua b/Food/jcli.lua index 5e858d3f9..4be3aea30 100644 --- a/Food/jcli.lua +++ b/Food/jcli.lua @@ -1,5 +1,4 @@ local name = "jcli" -local org = "jenkins-zh" local release = "v0.0.29" local version = "0.0.29" food = {