aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:08:23 -0800
committerAdam Vandenberg2013-01-28 21:40:30 -0800
commitef01556200c5be38ea56bf86e5692388d1d41ae4 (patch)
tree2bc9df178b320c0715c165776bd52fee68f1c4e3
parent6c605601a4d5c4e852b022d1c5243cbbcbc15635 (diff)
downloadhomebrew-ef01556200c5be38ea56bf86e5692388d1d41ae4.tar.bz2
lockrun: style nits
-rw-r--r--Library/Formula/lockrun.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lockrun.rb b/Library/Formula/lockrun.rb
index c3e2c3365..2047c44cd 100644
--- a/Library/Formula/lockrun.rb
+++ b/Library/Formula/lockrun.rb
@@ -1,10 +1,10 @@
require 'formula'
class Lockrun < Formula
- url 'http://unixwiz.net/tools/lockrun.c'
homepage 'http://unixwiz.net/tools/lockrun.html'
- sha1 '04c6df93c3ac5b2cdedfb25615f39c9ed50c0663'
+ url 'http://unixwiz.net/tools/lockrun.c'
version '20090625'
+ sha1 '04c6df93c3ac5b2cdedfb25615f39c9ed50c0663'
def install
system "#{ENV.cc} #{ENV.cflags} lockrun.c -o lockrun"