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 #814 from fmotrifork/polaris-1.1.0
Browse files Browse the repository at this point in the history
polaris 1.1.0
  • Loading branch information
Matthew Fisher authored Jun 24, 2020
2 parents 2a15a46 + 4140b21 commit c1e56b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Food/polaris.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "polaris"
local version = "1.0.3"
local version = "1.1.0"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/FairwindsOps/" .. name .. "/releases/download/" .. version .. "/" .. name .. "_" .. version .. "_darwin_amd64.tar.gz",
sha256 = "24959266d40f6ff69866b8d4060e40a48accd95a5798e2eb374c96f906b9b0e9",
sha256 = "9b251a51b93ebe74735ab193bf2248e23633add80418b9c0273f485b839bd0f3",
resources = {
{
path = name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/FairwindsOps/" .. name .. "/releases/download/" .. version .. "/" .. name .. "_" .. version .. "_linux_amd64.tar.gz",
sha256 = "bd01b1102a229b6401bdf60e324d992114585380a5df8efc7a64a41df1947007",
sha256 = "41b188a84df7dac327a1d82728c9a7b5fe966dc91fe863698d6fef7be62c2123",
resources = {
{
path = name,
Expand Down

0 comments on commit c1e56b8

Please sign in to comment.