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

Commit

Permalink
conftest 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gofish-bot committed Apr 26, 2021
1 parent 27f6f5e commit 87c063d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Food/conftest.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local name = "conftest"
local release = "v0.22.0"
local version = "0.22.0"
local release = "v0.24.0"
local version = "0.24.0"
food = {
name = name,
description = "Write tests against structured configuration data using the Open Policy Agent Rego query language",
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/open-policy-agent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Darwin_x86_64.tar.gz",
sha256 = "c27967b128603ce793517d22d321980d4fe6c675642aef308bcfe5c286a175f7",
sha256 = "29dd038223520c8dc3ced84a072aa9030274908ab8be8b29d919139cd62eeef3",
resources = {
{
path = name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/open-policy-agent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Linux_x86_64.tar.gz",
sha256 = "5e95311c50475c88d42800da0059da408e56bfb57eedac465da7ed1edde4d037",
sha256 = "c7e48226a8d570ed98f908123302123f829e596d436d7aac8a8cfb371459dfc2",
resources = {
{
path = name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/open-policy-agent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_Windows_x86_64.zip",
sha256 = "24f7e16d1ce0b1fca5f2e13296b44b51fc4df00c9695f750b105fa6a694edad6",
sha256 = "707b7da7ec4bf658b4719dd92d9a498ec2c13dba0394db6c08f084d972b5689b",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 87c063d

Please sign in to comment.