uutils-coreutils: Update to version 0.0.1 (#1053)

This commit is contained in:
Jakub Čábera 2020-05-05 21:20:08 +02:00 committed by GitHub
parent 2af689286f
commit b12c411f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,32 +1,30 @@
{ {
"version": "0.0.3", "version": "0.0.1",
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)", "description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
"homepage": "https://github.com/uutils/coreutils", "homepage": "https://github.com/uutils/coreutils",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-x86_64-pc-windows-msvc.zip", "url": "https://github.com/uutils/coreutils/releases/download/0.0.1/uutils-0.0.1-x86_64-pc-windows-msvc.zip",
"hash": "ab4a80df9c2046ff578b5bdb8e61d4e4ed4dc9684f583dbdce60d9fe5900dea6", "hash": "0af507b4faea272416ec87fcec29b076b3536349f0254d2ac9960f736ebd14a0",
"extract_dir": "uutils-0.0.3-x86_64-pc-windows-msvc" "extract_dir": "uutils-0.0.1-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-i686-pc-windows-msvc.zip", "url": "https://github.com/uutils/coreutils/releases/download/0.0.1/uutils-0.0.1-i686-pc-windows-msvc.zip",
"hash": "8beef7663a0ae2d8823d33467cb597021e2969b417fdf82006e2eec07ea0fb2e", "hash": "1fa9123785932d32feb2127e92867541b921560d2e2f2c7d9f7be6463ae09b7d",
"extract_dir": "uutils-0.0.3-i686-pc-windows-msvc" "extract_dir": "uutils-0.0.1-i686-pc-windows-msvc"
} }
}, },
"bin": "uutils.exe", "bin": "uutils.exe",
"checkver": { "checkver": "github",
"github": "https://github.com/rivy/rust.coreutils"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rivy/rust.coreutils/releases/download/$version/uutils-$version-x86_64-pc-windows-msvc.zip", "url": "https://github.com/uutils/coreutils/releases/download/$version/uutils-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "uutils-$version-x86_64-pc-windows-msvc" "extract_dir": "uutils-$version-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rivy/rust.coreutils/releases/download/$version/uutils-$version-i686-pc-windows-msvc.zip", "url": "https://github.com/uutils/coreutils/releases/download/$version/uutils-$version-i686-pc-windows-msvc.zip",
"extract_dir": "uutils-$version-i686-pc-windows-msvc" "extract_dir": "uutils-$version-i686-pc-windows-msvc"
} }
} }