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 #1420 from gofish-bot/arkade-0.7.13
Browse files Browse the repository at this point in the history
arkade 0.7.13
  • Loading branch information
Matthew Fisher authored Apr 26, 2021
2 parents 4f452d0 + 2286a81 commit 05eaa5a
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.35"
local version = "0.7.13"

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 = "fa1bf16ab1628cf9398d0d733165cdf35e4ae34446ffded978b31edf5454dcbd",
sha256 = "82b116ed93e19bd96f295214c64b86576e296dd67fc12917a91a282a8a392f0f",
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 = "6a625667b6cc8d7ee1fb1b6d004f8f987bdbff885e87b7a1aae686d772660eb6",
sha256 = "e216d0d07d6a3861f3d434bd46677bff218a73c2bf4b1d3da53e8e9de5698d6e",
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 = "aab82e4df1b48739096958a76507e6e52aa6e9458407caa7c9dc54f1582fc7fd",
sha256 = "9dedac5c92970f3d595056f42517e0e894bdcaa41f237b616971fc8d77d491b8",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 05eaa5a

Please sign in to comment.