From 0c39fc90ceffd7e2b9483e6c6248edb878c5bccd Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 17 Aug 2026 10:26:24 +0200 Subject: [PATCH] fatou: Add version 0.15.0 --- bucket/fatou.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/fatou.json diff --git a/bucket/fatou.json b/bucket/fatou.json new file mode 100644 index 0000000000000..b3e0ec425dcf0 --- /dev/null +++ b/bucket/fatou.json @@ -0,0 +1,37 @@ +{ + "version": "0.15.0", + "description": "Language server, formatter, and linter for Julia.", + "homepage": "https://fatou.dev", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/jolars/fatou/releases/download/v0.15.0/fatou-x86_64-pc-windows-msvc.zip", + "hash": "0bed973425b51cdaa190d3fee0c3dd6134b2770b5c0b77dd1edbd2eec2cab957" + }, + "arm64": { + "url": "https://github.com/jolars/fatou/releases/download/v0.15.0/fatou-aarch64-pc-windows-msvc.zip", + "hash": "bb2e52d137079515fb2e3026bc2fc29953278b710475c99acae1a3654b0303b0" + } + }, + "bin": "fatou.exe", + "checkver": { + "github": "https://github.com/jolars/fatou" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jolars/fatou/releases/download/v$version/fatou-x86_64-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/jolars/fatou/releases/download/v$version/fatou-aarch64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$baseurl/SHA256SUMS", + "regex": "$sha256\\s+$basename" + } + } +}