From a7d18271514730a38816513aad9d223a7cae64e3 Mon Sep 17 00:00:00 2001 From: HengYi Wei Date: Sun, 2 Feb 2025 17:59:30 +0800 Subject: [PATCH] yek: Add version 0.16.0 (#14831) --- bucket/yek.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/yek.json diff --git a/bucket/yek.json b/bucket/yek.json new file mode 100644 index 00000000000000..e285c0868b71bf --- /dev/null +++ b/bucket/yek.json @@ -0,0 +1,22 @@ +{ + "version": "0.16.0", + "description": "A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption", + "homepage": "https://github.com/bodo-run/yek", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/bodo-run/yek/releases/download/v0.16.0/yek-x86_64-pc-windows-msvc.zip", + "hash": "dcb9382f47541b8d616d14689cc480244415af987c51f767135fac58ad02cf92" + } + }, + "extract_dir": "yek-x86_64-pc-windows-msvc", + "bin": "yek.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bodo-run/yek/releases/download/v$version/yek-x86_64-pc-windows-msvc.zip" + } + } + } +}