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 #1025 from fmotrifork/buffalo-v0.16.16
Browse files Browse the repository at this point in the history
buffalo 0.16.16
  • Loading branch information
Matthew Fisher committed Oct 26, 2020
2 parents d274fe4 + 1ca379f commit cf21bf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/buffalo.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "buffalo"
local version = "0.16.15"
local version = "0.16.16"
local release = "v" .. version

food = {
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/gobuffalo/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Darwin_x86_64.tar.gz",
sha256 = "ab7884d94016816a34655a2fd0634bc9a2c170002e60a5f6e6448fca03e38c80",
sha256 = "b9fab10f5ca9ff073375b61c4eed1f7a7e9cb1d0ef24233844c255316cfe9fff",
resources = {
{
path = name,
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/gobuffalo/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Linux_x86_64.tar.gz",
sha256 = "3d4f5120c8f31fa9aa7d01c488dd5d6fcc886d01ca32faf229329c5e21d70c7c",
sha256 = "a39635dc8a37f3f9b2d9d48d036a92e7fa657db9990a3a68325bc166aaa2644a",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/gobuffalo/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Windows_x86_64.tar.gz",
sha256 = "d3bb26b9b8ba736ff6aee580752b5800af8643bacbed6e8e57a7f2a42b30824e",
sha256 = "4bc9d238ca831be36c5795646d293c2b07def990354196353fc2cc1d3f7688cb",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit cf21bf9

Please sign in to comment.