diff --git a/bucket/kapp.json b/bucket/kapp.json index 0c11b2bcc6..f6b267b324 100644 --- a/bucket/kapp.json +++ b/bucket/kapp.json @@ -1,12 +1,12 @@ { - "version": "0.39.0", + "version": "0.40.0", "description": "A simple deployment tool focused on the concept of Kubernetes application", "homepage": "https://carvel.dev/kapp/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.39.0/kapp-windows-amd64.exe#/kapp.exe", - "hash": "407c7703a6403ea4543d7f92399f6b2ef8fa7144e3b37ab1ab1d837725973f3b" + "url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.40.0/kapp-windows-amd64.exe#/kapp.exe", + "hash": "addcd942895f12f15dfe77ddeec91ad256c5abf2118b7959c55eb617c0f7b2eb" } }, "bin": "kapp.exe", diff --git a/bucket/postgrest.json b/bucket/postgrest.json index 03efda0f6e..dc0cb04142 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -3,7 +3,6 @@ "description": "REST API for any Postgres database", "homepage": "https://postgrest.org", "license": "MIT", - "depends": "postgresql", "architecture": { "64bit": { "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", "checkver": { - "url": "https://github.com/PostgREST/postgrest/releases", - "regex": "tag/v([\\d.]+)" + "github": "https://github.com/PostgREST/postgrest" }, "autoupdate": { "architecture": {