kapp: Update to version 0.40.0

This commit is contained in:
Jakub Čábera 2021-09-15 10:29:58 -07:00
parent 15d6f7669c
commit 7172e5a962
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "0.39.0", "version": "0.40.0",
"description": "A simple deployment tool focused on the concept of Kubernetes application", "description": "A simple deployment tool focused on the concept of Kubernetes application",
"homepage": "https://carvel.dev/kapp/", "homepage": "https://carvel.dev/kapp/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.39.0/kapp-windows-amd64.exe#/kapp.exe", "url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.40.0/kapp-windows-amd64.exe#/kapp.exe",
"hash": "407c7703a6403ea4543d7f92399f6b2ef8fa7144e3b37ab1ab1d837725973f3b" "hash": "addcd942895f12f15dfe77ddeec91ad256c5abf2118b7959c55eb617c0f7b2eb"
} }
}, },
"bin": "kapp.exe", "bin": "kapp.exe",

View File

@ -3,7 +3,6 @@
"description": "REST API for any Postgres database", "description": "REST API for any Postgres database",
"homepage": "https://postgrest.org", "homepage": "https://postgrest.org",
"license": "MIT", "license": "MIT",
"depends": "postgresql",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v8.0.0/postgrest-v8.0.0-windows-x64.zip", "url": "https://github.com/PostgREST/postgrest/releases/download/v8.0.0/postgrest-v8.0.0-windows-x64.zip",
@ -12,8 +11,7 @@
}, },
"bin": "postgrest.exe", "bin": "postgrest.exe",
"checkver": { "checkver": {
"url": "https://github.com/PostgREST/postgrest/releases", "github": "https://github.com/PostgREST/postgrest"
"regex": "tag/v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {