We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0acbb0 commit c9ee615Copy full SHA for c9ee615
bucket/iris.json
@@ -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
21
22
+ "url": "https://github.com/lordaimer/iris/releases/download/v$version/iris-windows-amd64.exe"
23
24
25
26
+}
0 commit comments