From 85a0060a6749c77dd86162206d1ce9d395fc9553 Mon Sep 17 00:00:00 2001 From: Uarz <149165079+Uarz@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:22:03 +0800 Subject: [PATCH] winuxcmd: Add version 0.12.0 --- bucket/winuxcmd.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/winuxcmd.json diff --git a/bucket/winuxcmd.json b/bucket/winuxcmd.json new file mode 100644 index 00000000000000..c0a7ed95abbdb7 --- /dev/null +++ b/bucket/winuxcmd.json @@ -0,0 +1,40 @@ +{ + "version": "0.12.0", + "description": "Linux-style command set for Windows terminals.", + "homepage": "https://github.com/caomengxuan666/WinuxCmd", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/caomengxuan666/WinuxCmd/releases/download/v0.12.0/WinuxCmd-0.12.0-win-x64.zip", + "hash": "55d00ed7367cc404f39fcf3fb8f35f29a50f0e6373e48b59412a29ec98e50fd5", + "extract_dir": "WinuxCmd-0.12.0-win-x64" + }, + "arm64": { + "url": "https://github.com/caomengxuan666/WinuxCmd/releases/download/v0.12.0/WinuxCmd-0.12.0-win-arm64.zip", + "hash": "f2bd6f4f64048936e2336da2dbdaa8f1b365c57e6fdcf33fe12f808f994639b5", + "extract_dir": "WinuxCmd-0.12.0-win-arm64" + } + }, + "post_install": [ + "Push-Location $dir", + ".\\create_links.ps1 -Force", + "Pop-Location" + ], + "env_add_path": ".", + "bin": "winuxcmd.exe", + "checkver": { + "github": "https://github.com/caomengxuan666/WinuxCmd" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/caomengxuan666/WinuxCmd/releases/download/v$version/WinuxCmd-$version-win-x64.zip", + "extract_dir": "WinuxCmd-$version-win-x64" + }, + "arm64": { + "url": "https://github.com/caomengxuan666/WinuxCmd/releases/download/v$version/WinuxCmd-$version-win-arm64.zip", + "extract_dir": "WinuxCmd-$version-win-arm64" + } + } + } +}