From 0095dbdbcbe60c40f3a433beda552bee6bd0806f Mon Sep 17 00:00:00 2001 From: Francois Botha Date: Thu, 19 Dec 2024 07:33:50 +0200 Subject: [PATCH] xcaddy: Add version 0.4.4 (#6403) --- bucket/xcaddy.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/xcaddy.json diff --git a/bucket/xcaddy.json b/bucket/xcaddy.json new file mode 100644 index 0000000000000..5dc053d451e13 --- /dev/null +++ b/bucket/xcaddy.json @@ -0,0 +1,33 @@ +{ + "version": "0.4.4", + "description": "Command line tool and associated Go package makes it easy to make custom builds of the Caddy Web Server.", + "homepage": "https://caddyserver.com", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_amd64.zip", + "hash": "sha512:cbc63529fd591742d67d68ca21c4cdb70a288cb91b20f2d9c711c34b4674d7beccd3aa774e5a6a4b7ea2c8fa92434911288c872b67fe56b8979eedd19130c041" + }, + "arm64": { + "url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_arm64.zip", + "hash": "sha512:f8ecb810f1ebe6afbd30c673d4fd8246a808a97c7f0be1544ebeccfc5beca91ad80dec2bdc0ccb9911db39ced648e3e8fe54f11c3abcb028c468858c08e3ce9f" + } + }, + "bin": "xcaddy.exe", + "checkver": { + "github": "https://github.com/caddyserver/xcaddy" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/xcaddy_$version_checksums.txt" + } + } +}