forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copypasta error in Homebrew#6068 means that container :type never worked, because it looked for nonexistent container.formula
- Loading branch information
1 parent
5390f54
commit 3b7ce85
Showing
3 changed files
with
24 additions
and
2 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
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
class NakedExecutableDslOne < TestCask | ||
# todo: This Cask can be removed after DSL 1.0 transition, | ||
# b/c the main Cask naked-executable.rb will be | ||
# adopting this syntax. | ||
url TestHelper.local_binary('naked_executable') | ||
homepage 'http://example.com/naked-executable' | ||
version '1.2.3' | ||
sha256 '306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb' | ||
container :type => :naked | ||
end |