aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"