Skip to content

Commit c9ee615

Browse files
committed
iris: Add version 1.3.6
1 parent e0acbb0 commit c9ee615

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bucket/iris.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "1.3.6",
3+
"description": "Fast, minimal, config-driven file management engine built in Rust",
4+
"homepage": "https://github.com/lordaimer/iris",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/lordaimer/iris/releases/download/v1.3.6/iris-windows-amd64.exe",
9+
"hash": "055baa9fe5c8744fd6775a5f33452dcae0b0aa9cfe802baa58b670067f529b97"
10+
}
11+
},
12+
"bin": [
13+
[
14+
"iris-windows-amd64.exe",
15+
"iris"
16+
]
17+
],
18+
"checkver": "github",
19+
"autoupdate": {
20+
"architecture": {
21+
"64bit": {
22+
"url": "https://github.com/lordaimer/iris/releases/download/v$version/iris-windows-amd64.exe"
23+
}
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)