ccat: Update links (#5294)

This commit is contained in:
Aliaksandr Belik 2023-11-24 01:30:32 +03:00 committed by GitHub
parent dc6c0ce115
commit c34435e18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "1.1.0", "version": "1.1.0",
"description": "Colorizing `cat` utility", "description": "Colorizing `cat` utility",
"homepage": "https://github.com/jingweno/ccat", "homepage": "https://github.com/owenthereal/ccat",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jingweno/ccat/releases/download/v1.1.0/windows-amd64-1.1.0.tar.gz", "url": "https://github.com/owenthereal/ccat/releases/download/v1.1.0/windows-amd64-1.1.0.tar.gz",
"hash": "45b4bff0f6988c72b876cb832af37cbf21ef6f2cf9871f9e1c1afb39c22122f9", "hash": "45b4bff0f6988c72b876cb832af37cbf21ef6f2cf9871f9e1c1afb39c22122f9",
"extract_dir": "windows-amd64-1.1.0" "extract_dir": "windows-amd64-1.1.0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jingweno/ccat/releases/download/v1.1.0/windows-386-1.1.0.tar.gz", "url": "https://github.com/owenthereal/ccat/releases/download/v1.1.0/windows-386-1.1.0.tar.gz",
"hash": "65fb670b9dd821c9a5d547922ae1314aa449fdf0caa086163de5dd092936d534", "hash": "65fb670b9dd821c9a5d547922ae1314aa449fdf0caa086163de5dd092936d534",
"extract_dir": "windows-386-1.1.0" "extract_dir": "windows-386-1.1.0"
} }
@ -20,11 +20,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jingweno/ccat/releases/download/v$version/windows-amd64-$version.tar.gz", "url": "https://github.com/owenthereal/ccat/releases/download/v$version/windows-amd64-$version.tar.gz",
"extract_dir": "windows-amd64-$version" "extract_dir": "windows-amd64-$version"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jingweno/ccat/releases/download/v$version/windows-386-$version.tar.gz", "url": "https://github.com/owenthereal/ccat/releases/download/v$version/windows-386-$version.tar.gz",
"extract_dir": "windows-386-$version" "extract_dir": "windows-386-$version"
} }
} }