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 #1608 from gofish-bot/arkade-0.7.19
Browse files Browse the repository at this point in the history
arkade 0.7.19
  • Loading branch information
Matthew Fisher authored Jun 21, 2021
2 parents f28122a + 5d77116 commit 150371b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/arkade.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "arkade"
local version = "0.7.18"
local version = "0.7.19"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/alexellis/" .. name .. "/releases/download/" .. version .. "/" .. name .. "-darwin",
sha256 = "ff6758bf4561e85b77319dcda9a2bcb691b171dd8288cee278356313d4d618e6",
sha256 = "214519445547f41db2fcd5b3290c3a65e46ea9724df0977c4e51f24b2f616ce6",
resources = {
{
path = name .. "-darwin",
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/alexellis/" .. name .. "/releases/download/" .. version .. "/" .. name,
sha256 = "dfcba8cbe5bc56e7a41438653f6a871c094415ed17e10223c40716176afd40ec",
sha256 = "c7a7a0af66c235eb349dc56661af6feda73c185feb83eb417f9da6e261736ddc",
resources = {
{
path = name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/alexellis/" .. name .. "/releases/download/" .. version .. "/" .. name .. ".exe",
sha256 = "5802e2a5882798a69234e039241d4633afe29032b85526675c8991ce3972bfc9",
sha256 = "3cf3b1b93a15e6209d8fc680f8ce192ae117f0267c00677d8ba017419c1ea6e0",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 150371b

Please sign in to comment.