rainbow: Add version 1.0.0 (#621)

* rainbow: Add version 1.0.0

* rainbow: add autoupdate hash

* rainbow: Update version 1.0.1
This commit is contained in:
wenmin92 2019-12-03 14:18:33 +08:00 committed by Ross Smith II
parent 9d42bc19a2
commit 006adf443a

17
bucket/rainbow.json Normal file
View File

@ -0,0 +1,17 @@
{
"homepage": "https://github.com/arsham/rainbow",
"description": "Print text in rainbow pattern.",
"version": "1.0.1",
"license": "Apache-2.0",
"url": "https://github.com/arsham/rainbow/releases/download/v1.0.1/rainbow_windows_v1.0.1.zip",
"hash": "bab9af652642e1e7066b8c9c174a9621e9bed2e8acd1823001bd11b922488d24",
"extract_dir": "deploy",
"bin": "rainbow.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/arsham/rainbow/releases/download/v$version/rainbow_windows_v$version.zip",
"hash": {
"url": "https://github.com/arsham/rainbow/releases/tag/v$version"
}
}
}