aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-02-17 10:35:52 +0100
committerJack Nagel2015-02-21 00:28:42 -0500
commit70e72a8bc019396eb5a8bd9b5a257a6ddd6bd780 (patch)
tree10a50a7a4b702b7292f705c93dd8dc13eec7d416 /Library/Formula
parent0e1d1448365c9dc6dbc755aee5c6bd46e43f2979 (diff)
downloadhomebrew-70e72a8bc019396eb5a8bd9b5a257a6ddd6bd780.tar.bz2
memo: head added
Closes #36891. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/memo.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/memo.rb b/Library/Formula/memo.rb
index 54185b674..2ef63b74b 100644
--- a/Library/Formula/memo.rb
+++ b/Library/Formula/memo.rb
@@ -1,5 +1,9 @@
class Memo < Formula
+ homepage "http://www.getmemo.org"
url "http://www.getmemo.org/memo-1.5.tar.gz"
+ sha1 "3e047b09e91d695f1767d1dd6d179732c07a5759"
+ head "https://github.com/nrosvall/memo.git"
+
bottle do
cellar :any
sha1 "824504a78e8f84ee824e62b35172bb15ad8d7d4d" => :yosemite
@@ -7,9 +11,6 @@ class Memo < Formula
sha1 "cc76689fd90ea7bc8d2741439fbb4ae4e7243aa2" => :mountain_lion
end
- homepage "http://www.getmemo.org"
- sha1 "3e047b09e91d695f1767d1dd6d179732c07a5759"
-
def install
bin.mkpath
system "make", "PREFIX=#{prefix}", "install"