@@ -53,23 +53,25 @@ func main() {
53
53
DarwinShaRegex : `url\s*".*-darwin.*\W*sha256\s*"(.*)"` ,
54
54
LinuxShaRegex : `url\s*".*-linux.*\W*sha256\s*"(.*)"` ,
55
55
},
56
- {
57
- Name : "fish-food/squashctl" ,
58
- FormulaName : "squashctl" ,
59
- Path : "Food/squashctl.lua" ,
60
- RepoOwner : repoOwner ,
61
- RepoName : "fish-food" ,
62
- PRRepoOwner : "fishworks" ,
63
- PRRepoName : "fish-food" ,
64
- PRBranch : "master" ,
65
- PRDescription : "" ,
66
- PRCommitName : "Solo-io Bot" ,
67
- PRCommitEmail :
"[email protected] " ,
68
- VersionRegex : `version\s*=\s*"([0-9.]+)"` ,
69
- DarwinShaRegex : `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",` ,
70
- LinuxShaRegex : `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",` ,
71
- WindowsShaRegex : `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",` ,
72
- },
56
+ /*
57
+ {
58
+ Name: "fish-food/squashctl",
59
+ FormulaName: "squashctl",
60
+ Path: "Food/squashctl.lua",
61
+ RepoOwner: repoOwner,
62
+ RepoName: "fish-food",
63
+ PRRepoOwner: "fishworks",
64
+ PRRepoName: "fish-food",
65
+ PRBranch: "master",
66
+ PRDescription: "",
67
+ PRCommitName: "Solo-io Bot",
68
+ PRCommitEmail: "[email protected] ",
69
+ VersionRegex: `version\s*=\s*"([0-9.]+)"`,
70
+ DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
71
+ LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
72
+ WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`,
73
+ },
74
+ */
73
75
}
74
76
75
77
// Update package manager install formulas
0 commit comments