mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ascii-image-converter: Add version 1.12.0 (#4087)
This commit is contained in:
parent
da4d4f9d21
commit
4ee1c91e6a
38
bucket/ascii-image-converter.json
Normal file
38
bucket/ascii-image-converter.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"version": "1.12.0",
|
||||||
|
"description": "A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!",
|
||||||
|
"homepage": "https://github.com/TheZoraiz/ascii-image-converter/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.12.0/ascii-image-converter_Windows_amd64_64bit.zip",
|
||||||
|
"hash": "1645954c45c2555d737338cb6689cd0d554ccc3c6601888c76a1ebe1fb3cfe93",
|
||||||
|
"extract_dir": "ascii-image-converter_Windows_amd64_64bit"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.12.0/ascii-image-converter_Windows_i386_32bit.zip",
|
||||||
|
"hash": "4ee82c7bb52f5ce9f74ed07ba5cd583f61a11510a502821ddc8c8e7183718462",
|
||||||
|
"extract_dir": "ascii-image-converter_Windows_i386_32bit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "ascii-image-converter.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v$version/ascii-image-converter_Windows_amd64_64bit.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/sha256_checksums.txt",
|
||||||
|
"regex": "$sha256\\s+$basename"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v$version/ascii-image-converter_Windows_i386_32bit.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/sha256_checksums.txt",
|
||||||
|
"regex": "$sha256\\s+$basename"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user