Skip to content

Commit 57673ac

Browse files
committed
1 parent 3a87b00 commit 57673ac

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bucket/goreman.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.3.16",
3+
"description": "Manage Procfile-based applications",
4+
"homepage": "https://github.com/mattn/goreman",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/mattn/goreman/releases/download/v0.3.16/goreman_v0.3.16_windows_amd64.zip",
9+
"hash": "9b3f77db0b1004d721668f415503aa8fbc369e311f0f069e6adf0471fe9d2efa"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/mattn/goreman/releases/download/v0.3.16/goreman_v0.3.16_windows_arm64.zip",
13+
"hash": "5264903149bd304d1eefd2a9633ef59f8e3fa6aef4c8111120477425224b2018"
14+
}
15+
},
16+
"bin": "goreman.exe",
17+
"checkver": "github",
18+
"autoupdate": {
19+
"architecture": {
20+
"64bit": {
21+
"url": "https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_amd64.zip"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_arm64.zip"
25+
}
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)