From af30e581594f76cbd4bff18f52c21970b0b0d695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:59:46 +0100 Subject: [PATCH] yamlfmt: Add version 0.15.0 (#6346) * Added yamlfmt * Added checkver * Update bucket/yamlfmt.json Use `$baseurl` in hash url Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * Update to v0.15.0 --------- Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- bucket/yamlfmt.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/yamlfmt.json diff --git a/bucket/yamlfmt.json b/bucket/yamlfmt.json new file mode 100644 index 0000000000..6d1121a324 --- /dev/null +++ b/bucket/yamlfmt.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", + "version": "0.15.0", + "description": "An extensible command line tool or library to format yaml files.", + "homepage": "https://github.com/google/yamlfmt", + "license": "Apache-2.0", + "architecture": { + "32bit": { + "url": "https://github.com/google/yamlfmt/releases/download/v0.15.0/yamlfmt_0.15.0_Windows_i386.tar.gz", + "hash": "613e0061a842380c7fcabaee3983ee82d8d644b0ce9d4a4c8a7ffdc3ec23447c" + }, + "64bit": { + "url": "https://github.com/google/yamlfmt/releases/download/v0.15.0/yamlfmt_0.15.0_Windows_x86_64.tar.gz", + "hash": "6eb56af73eedc664a490ff8696691780056ed97fc7e5bf4b28b020cc619ffc6c" + }, + "arm64": { + "url": "https://github.com/google/yamlfmt/releases/download/v0.15.0/yamlfmt_0.15.0_Windows_arm64.tar.gz", + "hash": "27ae6e69e63574f4d64c4d4e47ebab93287bc84b00169ffd1f241a9d87a4b34d" + } + }, + "bin": "yamlfmt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_i386.tar.gz" + }, + "64bit": { + "url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_x86_64.tar.gz" + }, + "arm64": { + "url": "https://github.com/google/yamlfmt/releases/download/v$version/yamlfmt_$version_Windows_arm64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}