Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1360 from gofish-bot/jx-v3.2.32
Browse files Browse the repository at this point in the history
jx 3.2.32
  • Loading branch information
Matthew Fisher authored Apr 14, 2021
2 parents 66423d2 + d4264f7 commit 9314f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/jx.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "jx"
local version = "3.2.29"
local version = "3.2.32"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/jenkins-x/jx/releases/download/v" .. version .. "/" .. name .. "-darwin-amd64.tar.gz",
sha256 = "0bb1d6102512175f7a1e93b1f2c02c2df330ebcf1e3106586791716dfe9ea3a9",
sha256 = "27b93d8e2cfb98b79ed324765c42c05a9678bb883323915fef5d724982184532",
resources = {
{
path = name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/jenkins-x/jx/releases/download/v" .. version .. "/" .. name .. "-linux-amd64.tar.gz",
sha256 = "12cce2dc5b99f94e93dd6c2581ce73545eac89d43f5c45428c02d652d1621b83",
sha256 = "0015cf7aa8df12b180c0c27fcb456fc9c3944a0212d3db8f845dfd605611f5f5",
resources = {
{
path = name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/jenkins-x/jx/releases/download/v" .. version .. "/" .. name .. "-windows-amd64.zip",
sha256 = "54b9abf1f52a157e7bd3d62a2f0d81bff6e1cef721a1ad40d51042857d03b7a2",
sha256 = "c82bb7d36ef70ecd19fe397f04cc64b3c2b0eab446b9abaa4825d437778c535b",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 9314f01

Please sign in to comment.