-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed gofish pkg mgmt update (#234)
* removed gofish pkg mgmt update
- Loading branch information
1 parent
d5826fc
commit e812d28
Showing
1 changed file
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,23 +53,25 @@ func main() { | |
DarwinShaRegex: `url\s*".*-darwin.*\W*sha256\s*"(.*)"`, | ||
LinuxShaRegex: `url\s*".*-linux.*\W*sha256\s*"(.*)"`, | ||
}, | ||
{ | ||
Name: "fish-food/squashctl", | ||
FormulaName: "squashctl", | ||
Path: "Food/squashctl.lua", | ||
RepoOwner: repoOwner, | ||
RepoName: "fish-food", | ||
PRRepoOwner: "fishworks", | ||
PRRepoName: "fish-food", | ||
PRBranch: "master", | ||
PRDescription: "", | ||
PRCommitName: "Solo-io Bot", | ||
PRCommitEmail: "[email protected]", | ||
VersionRegex: `version\s*=\s*"([0-9.]+)"`, | ||
DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
}, | ||
/* | ||
{ | ||
Name: "fish-food/squashctl", | ||
FormulaName: "squashctl", | ||
Path: "Food/squashctl.lua", | ||
RepoOwner: repoOwner, | ||
RepoName: "fish-food", | ||
PRRepoOwner: "fishworks", | ||
PRRepoName: "fish-food", | ||
PRBranch: "master", | ||
PRDescription: "", | ||
PRCommitName: "Solo-io Bot", | ||
PRCommitEmail: "[email protected]", | ||
VersionRegex: `version\s*=\s*"([0-9.]+)"`, | ||
DarwinShaRegex: `os\s*=\s*"darwin",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
LinuxShaRegex: `os\s*=\s*"linux",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
WindowsShaRegex: `os\s*=\s*"windows",\W*.*\W*.*\W*.*\W*sha256\s*=\s*"(.*)",`, | ||
}, | ||
*/ | ||
} | ||
|
||
// Update package manager install formulas | ||
|