diff --git a/bucket/eksctl.json b/bucket/eksctl.json index b1395bae84..27dba47bc5 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -11,8 +11,7 @@ }, "bin": "eksctl.exe", "checkver": { - "url": "https://github.com/weaveworks/eksctl/releases/tag/latest_release", - "regex": "eksctl ([\\d.]+)" + "github": "https://github.com/weaveworks/eksctl" }, "autoupdate": { "architecture": { diff --git a/bucket/helmfile.json b/bucket/helmfile.json index c0d931dc99..f1731659da 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.139.5", + "version": "0.139.6", "description": "Command line interface to deploy Kubernetes Helm Charts.", "homepage": "https://github.com/roboll/helmfile/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.5/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "1b3094f60a2302cfad45980bec244818f41c17aed299874be9cf7c3e2788afd0" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.6/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "d90c71511bef846e4b111de722d718b34fb814a2dd6d6a15b323edcd8eb0f90d" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.139.5/helmfile_windows_386.exe#/helmfile.exe", - "hash": "001fb2dc24a3361cd9e56e2e5c57d35e177b157a3b3a67349070797cefae8ec6" + "url": "https://github.com/roboll/helmfile/releases/download/v0.139.6/helmfile_windows_386.exe#/helmfile.exe", + "hash": "4a8f97cb6e2de8f59d7360ebea9bcef6b2a29c0338ca90227c66c5b4e69dea17" } }, "bin": "helmfile.exe", diff --git a/bucket/plex-server.json b/bucket/plex-server.json index 3594fd41d4..ee359b0f75 100644 --- a/bucket/plex-server.json +++ b/bucket/plex-server.json @@ -32,8 +32,8 @@ ] ], "checkver": { - "url": "https://plex.tv/api/downloads/1.json", - "jsonpath": "$.computer.windows.version" + "url": "https://plex.tv/pms/downloads/5.json", + "jsonpath": "$.computer.Windows.version" }, "autoupdate": { "url": "https://downloads.plex.tv/plex-media-server-new/$version/windows/PlexMediaServer-$version-x86.exe",