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 #1054 from fmotrifork/k9s-v0.23.10
Browse files Browse the repository at this point in the history
k9s 0.23.10
  • Loading branch information
Matthew Fisher authored Nov 11, 2020
2 parents 159f061 + b1a49ff commit e210b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/k9s.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "k9s"
local version = "0.23.9"
local version = "0.23.10"
local release = "v" .. version

food = {
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Darwin_x86_64.tar.gz",
sha256 = "c96e29384c9b1fb2028cd239276bbd8479af8cab53d536f72b7adcc08e9fa92b",
sha256 = "664f7a90f3f6771c58ed2f75cf493046c45e234fca15e5b886d5ef77b092e92b",
resources = {
{
path = name,
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Linux_x86_64.tar.gz",
sha256 = "85a54d7f0d7a7af6daf6cb6fb36b13fd75e0dd42a5a301562fcd49a2c25e8c3c",
sha256 = "7838b227164bb67c44caba4a1ecaee44c200580b6c6e8d6fc2acb741e5a95017",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Windows_x86_64.tar.gz",
sha256 = "5fba6d5568bf2def3672af3206f102bb0c7317983dc0e0e6a52ed090864f13ff",
sha256 = "67c837e306829e134ddfcff02b999c1be1d939493c14219401bb8cc1d1501d3d",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit e210b51

Please sign in to comment.