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 #1163 from arbourd/tilt-0.18.4
Browse files Browse the repository at this point in the history
tilt 0.18.4
  • Loading branch information
Matthew Fisher authored Jan 17, 2021
2 parents f2f9103 + b89240c commit e0787f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/tilt.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "tilt"
local version = "0.18.1"
local version = "0.18.4"
local release = "v" .. version

food = {
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/tilt-dev/" .. name .. "/releases/download/" .. release .. "/" .. name .. "." .. version .. ".mac.x86_64.tar.gz",
sha256 = "cc75fb44a88a96040085ffaf02142ddf601ea34f99487f908e23302ee9010353",
sha256 = "c14fb45d8b4f847a59b7cb82c1f380d698381389a910f834f214c494d7184269",
resources = {
{
path = name,
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/tilt-dev/" .. name .. "/releases/download/" .. release .. "/" .. name .. "." .. version .. ".linux.x86_64.tar.gz",
sha256 = "cbbfcd4b2de8a5f7dc20b5ab74dca040a551cd073033ffa030e9fd679fdd510b",
sha256 = "b961fa575754985539a684f507424763662b31b90ab3d79d7e367bf938769a05",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/tilt-dev/" .. name .. "/releases/download/" .. release .. "/" .. name .. "." .. version .. ".windows.x86_64.zip",
sha256 = "26866c9d47087cd17029ee7fa17fed79de1136801d9cac65dd014fb6759007e1",
sha256 = "7ced252b464696856e01cf9424cb234862bf272996c389d87e87b83342ff8333",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit e0787f3

Please sign in to comment.