aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-10-18 18:52:16 -0500
committerAdam Vandenberg2013-10-18 18:04:41 -0700
commit9417faf19e5604fd79fc7a5be9778320badc0835 (patch)
tree16c8cf6c616d6a7f31f1c2e40c4fb4c2cf4d457e
parentb70ba5c5e61a03f6a3459bfb7a49d662328c8c66 (diff)
downloadhomebrew-9417faf19e5604fd79fc7a5be9778320badc0835.tar.bz2
buildapp 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/buildapp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/buildapp.rb b/Library/Formula/buildapp.rb
index 98338f2c6..2a38c1c0a 100644
--- a/Library/Formula/buildapp.rb
+++ b/Library/Formula/buildapp.rb
@@ -2,8 +2,8 @@ require 'formula'
class Buildapp < Formula
homepage 'http://www.xach.com/lisp/buildapp/'
- url 'https://github.com/xach/buildapp/archive/release-1.4.8.tar.gz'
- sha1 '2a0b045d6b39976331c918607c38f49353a81e43'
+ url 'https://github.com/xach/buildapp/archive/release-1.5.tar.gz'
+ sha1 '080acc59c686ac6a2a663a09340924592687966c'
depends_on 'sbcl'