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

Commit

Permalink
arkade 0.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
melachosangfleg authored Dec 1, 2020
1 parent 78d0378 commit b94ca6b
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.6.22"
local version = "0.6.25"

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 = "7cf8d23fa39906d06d55b359b98b25ae5eb10d223c8bf3adf6ea8886007f11bd",
sha256 = "7e2b696073a1e8eaaa238566df1f308cb4c31ceb91dc3804e33263ff9b8885ab",
resources = {
{
path = name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/alexellis/" .. name .. "/releases/download/" .. version .. "/" .. name,
sha256 = "34c107073536fd67e4444fcc23609d344999cb55743130a21725ecf96beb8343",
sha256 = "aba070f80ea86a8b1f9e5d8aa253f7542dad18d08e798ee937d7fd017013fb00",
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 = "493722b58c1e09ffb8f56c37dd9cad4b5edfb158ef63956d046caa30656b444f",
sha256 = "7e2b696073a1e8eaaa238566df1f308cb4c31ceb91dc3804e33263ff9b8885ab",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit b94ca6b

Please sign in to comment.