aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-02 12:23:47 -0700
committerAdam Vandenberg2013-06-02 12:23:47 -0700
commit6326bf9a6030857913591a095fb4f3ea91ac667f (patch)
treefd1906d1d76c05ab39963efa3618c5df8a4faefd /Library/Formula
parent2558e8061786a797ef3f3be2f91617c27f4e18ba (diff)
downloadhomebrew-6326bf9a6030857913591a095fb4f3ea91ac667f.tar.bz2
chcase: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chcase.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chcase.rb b/Library/Formula/chcase.rb
index e646d2fd8..043dc494d 100644
--- a/Library/Formula/chcase.rb
+++ b/Library/Formula/chcase.rb
@@ -1,13 +1,13 @@
require 'formula'
class Chcase < ScriptFileFormula
+ homepage 'http://www.primaledge.ca/chcase.html'
url 'http://www.primaledge.ca/chcase'
version '2.0'
sha1 'ec81ad76d85cf9162d422e801092ddc5e0841e39'
- homepage 'http://www.primaledge.ca/chcase.html'
+ # add a shebang so that brew properly sets it executable
def patches
- # add a shebang so that brew properly sets it executable
DATA
end
end