From 775431ea760366af0433d12c7472e1c13ce4ec30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:32:01 +0000 Subject: [PATCH] prek: Update to version 0.2.15 --- bucket/prek.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/prek.json b/bucket/prek.json index 3a21d163c4..49dd46f6bc 100644 --- a/bucket/prek.json +++ b/bucket/prek.json @@ -1,5 +1,5 @@ { - "version": "0.2.14", + "version": "0.2.15", "description": "prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.", "homepage": "https://github.com/j178/prek", "license": "MIT", @@ -9,16 +9,16 @@ ], "architecture": { "64bit": { - "url": "https://github.com/j178/prek/releases/download/v0.2.14/prek-x86_64-pc-windows-msvc.zip", - "hash": "be40a370cfa48b1bdc7e4f35809bbf0e9a8ac1aa2da19029a050f2bce12422ec" + "url": "https://github.com/j178/prek/releases/download/v0.2.15/prek-x86_64-pc-windows-msvc.zip", + "hash": "23bc6486ea5c67fcaf07450b16beb479cf26f29f369830d7effd3ddf803a66ec" }, "32bit": { - "url": "https://github.com/j178/prek/releases/download/v0.2.14/prek-i686-pc-windows-msvc.zip", - "hash": "702afc7e96a7cf1bb6faf93a43fd0a43db75dad3e93cb74b9f9aa5221be53d93" + "url": "https://github.com/j178/prek/releases/download/v0.2.15/prek-i686-pc-windows-msvc.zip", + "hash": "8de77eb4ea98cd9fed9f812917652ddcea602b7fb78e141e770b7ccde7c7d8e8" }, "arm64": { - "url": "https://github.com/j178/prek/releases/download/v0.2.14/prek-aarch64-pc-windows-msvc.zip", - "hash": "b0daa9db5b02e2bd746c517c7824fe1df15195d4dc4ddb601537ffa2034e4d94" + "url": "https://github.com/j178/prek/releases/download/v0.2.15/prek-aarch64-pc-windows-msvc.zip", + "hash": "4596ae0174ed27c9316fa7c7153e69b07128f2c299f20a01586b07b94d2cff43" } }, "bin": "prek.exe",