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 #1405 from gofish-bot/ctop-v0.7.5-windowsfix
Browse files Browse the repository at this point in the history
ctop 0.7.5
  • Loading branch information
Matthew Fisher authored Apr 23, 2021
2 parents 577d4b9 + e8721af commit 36274be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Food/ctop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ food = {
sha256 = "bb7e51429ff03a2c065873c3bd9e7448af1b9733a4b58b71de12bc4a728879de",
resources = {
{
path = name .. "-0.7.5-darwin-amd64",
path = name .. "-" .. version .. "-darwin-amd64",
installpath = "bin/" .. name,
executable = true
}
Expand All @@ -28,7 +28,7 @@ food = {
sha256 = "e2949316cdfe360374b76d45ea512f603b42c0db693a70a6a4c11624aa200b8c",
resources = {
{
path = name .. "-0.7.5-linux-amd64",
path = name .. "-" .. version .. "-linux-amd64",
installpath = "bin/" .. name,
executable = true
}
Expand All @@ -41,7 +41,7 @@ food = {
sha256 = "bffb1499d62c46b70dd25d557b653f812ccdc8b4bfb08473c063a6265faf78b3",
resources = {
{
path = name,
path = name .. "-" .. version .. "-windows-amd64",
installpath = "bin\\" .. name .. ".exe"
}
}
Expand Down

0 comments on commit 36274be

Please sign in to comment.