File tree 1 file changed +32
-0
lines changed
1 file changed +32
-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
+ "extract_dir" : " goreman_v0.3.16_windows_amd64"
11
+ },
12
+ "arm64" : {
13
+ "url" : " https://github.com/mattn/goreman/releases/download/v0.3.16/goreman_v0.3.16_windows_arm64.zip" ,
14
+ "hash" : " 5264903149bd304d1eefd2a9633ef59f8e3fa6aef4c8111120477425224b2018" ,
15
+ "extract_dir" : " goreman_v0.3.16_windows_arm64"
16
+ }
17
+ },
18
+ "bin" : " goreman.exe" ,
19
+ "checkver" : " github" ,
20
+ "autoupdate" : {
21
+ "architecture" : {
22
+ "64bit" : {
23
+ "url" : " https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_amd64.zip" ,
24
+ "extract_dir" : " goreman_v$version_windows_amd64"
25
+ },
26
+ "arm64" : {
27
+ "url" : " https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_arm64.zip" ,
28
+ "extract_dir" : " goreman_v$version_windows_arm64"
29
+ }
30
+ }
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments