File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments