From 77ff49bf04c9655dae5471a229ed640d4e9b466a Mon Sep 17 00:00:00 2001 From: Ash258 Date: Fri, 10 Apr 2020 19:30:41 +0200 Subject: [PATCH] uutils-coreutils: Update to version 0.0.3 --- bucket/uutils-coreutils.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/uutils-coreutils.json b/bucket/uutils-coreutils.json index bf547d8154..4052a69503 100644 --- a/bucket/uutils-coreutils.json +++ b/bucket/uutils-coreutils.json @@ -1,18 +1,18 @@ { - "version": "0.0.2", + "version": "0.0.3", "description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)", "homepage": "https://github.com/uutils/coreutils", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.2/uutils-0.0.2-x86_64-pc-windows-msvc.zip", - "hash": "814772699d18f9615b66602105372f1f5f003f44b59f2154d9c45f2d52f82c6b", - "extract_dir": "uutils-0.0.2-x86_64-pc-windows-msvc" + "url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-x86_64-pc-windows-msvc.zip", + "hash": "ab4a80df9c2046ff578b5bdb8e61d4e4ed4dc9684f583dbdce60d9fe5900dea6", + "extract_dir": "uutils-0.0.3-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.2/uutils-0.0.2-i686-pc-windows-msvc.zip", - "hash": "95d06feaf8f3a71a5fca8e9476e651733eff078c47b264d365e6f0075d5bab1f", - "extract_dir": "uutils-0.0.2-i686-pc-windows-msvc" + "url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-i686-pc-windows-msvc.zip", + "hash": "8beef7663a0ae2d8823d33467cb597021e2969b417fdf82006e2eec07ea0fb2e", + "extract_dir": "uutils-0.0.3-i686-pc-windows-msvc" } }, "bin": "uutils.exe",