From 8846c7729b087c5ea5b74f38bad1066003a17f76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:32:39 +0000 Subject: [PATCH] prek: Update to version 0.2.16 --- bucket/prek.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/prek.json b/bucket/prek.json index 49dd46f6bc..061115683d 100644 --- a/bucket/prek.json +++ b/bucket/prek.json @@ -1,5 +1,5 @@ { - "version": "0.2.15", + "version": "0.2.16", "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.15/prek-x86_64-pc-windows-msvc.zip", - "hash": "23bc6486ea5c67fcaf07450b16beb479cf26f29f369830d7effd3ddf803a66ec" + "url": "https://github.com/j178/prek/releases/download/v0.2.16/prek-x86_64-pc-windows-msvc.zip", + "hash": "b3082094b61915635aee05c2f14c059bcbde009c4e4cbb0cd29431390d79c37a" }, "32bit": { - "url": "https://github.com/j178/prek/releases/download/v0.2.15/prek-i686-pc-windows-msvc.zip", - "hash": "8de77eb4ea98cd9fed9f812917652ddcea602b7fb78e141e770b7ccde7c7d8e8" + "url": "https://github.com/j178/prek/releases/download/v0.2.16/prek-i686-pc-windows-msvc.zip", + "hash": "d46b1fc0691fbc17e9128f192ad2ec87168f3f1f3fa8ff2af21b384bc0381241" }, "arm64": { - "url": "https://github.com/j178/prek/releases/download/v0.2.15/prek-aarch64-pc-windows-msvc.zip", - "hash": "4596ae0174ed27c9316fa7c7153e69b07128f2c299f20a01586b07b94d2cff43" + "url": "https://github.com/j178/prek/releases/download/v0.2.16/prek-aarch64-pc-windows-msvc.zip", + "hash": "54692da97fd3b108f5fad7030a1b874947a98b9450a30f1147e535ddbe33f3dc" } }, "bin": "prek.exe",