lsd: Update to version 0.19.0

This commit is contained in:
Jakub Čábera 2020-12-13 11:20:31 +01:00
parent 31f5010c07
commit 2912598851

View File

@ -1,18 +1,18 @@
{ {
"version": "0.18.0", "version": "0.19.0",
"description": "The next gen ls command", "description": "The next gen ls command",
"homepage": "https://github.com/Peltoche/lsd", "homepage": "https://github.com/Peltoche/lsd",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Peltoche/lsd/releases/download/0.18.0/lsd-0.18.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-0.19.0-x86_64-pc-windows-msvc.zip",
"hash": "b7732a1daae59cd04ff1a751aa901d7a5aef415351054cd8ea76404e0dc7fcc1", "hash": "5281c06d9d8ba0cb02da72a93ed8f096d2764c3c63259b996ce033781a70d2ae",
"extract_dir": "lsd-0.18.0-x86_64-pc-windows-msvc" "extract_dir": "lsd-0.19.0-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Peltoche/lsd/releases/download/0.18.0/lsd-0.18.0-i686-pc-windows-msvc.zip", "url": "https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-0.19.0-i686-pc-windows-msvc.zip",
"hash": "081db47f407de66a7da21d0807305019147ac77052e611811a5e00b5911e7f76", "hash": "183ab3b415187f98292bec878b7d100ae0c69d549d793482fed74e2afdfac083",
"extract_dir": "lsd-0.18.0-i686-pc-windows-msvc" "extract_dir": "lsd-0.19.0-i686-pc-windows-msvc"
} }
}, },
"bin": "lsd.exe", "bin": "lsd.exe",