aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEloy DurĂ¡n2013-08-24 18:23:14 +0200
committerAdam Vandenberg2013-08-24 16:42:29 -0700
commit756652c5ada848abed87ea66dcfbc69db0e66e6a (patch)
treeaf9fe4553c9d434afa7117fb47293071b2e0bd2b /Library/Formula
parentc4d9651a357b061f32975fd01e7fcc90081fd819 (diff)
downloadhomebrew-756652c5ada848abed87ea66dcfbc69db0e66e6a.tar.bz2
terminal-notifier 1.5.0
Closes #22109. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/terminal-notifier.rb23
1 files changed, 2 insertions, 21 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb
index a7c146608..ed2d611f0 100644
--- a/Library/Formula/terminal-notifier.rb
+++ b/Library/Formula/terminal-notifier.rb
@@ -2,19 +2,14 @@ require 'formula'
class TerminalNotifier < Formula
homepage 'https://github.com/alloy/terminal-notifier'
- url 'https://github.com/alloy/terminal-notifier/archive/1.4.2.tar.gz'
- sha1 'eaa201650be05ff10aecde03df7f0acb161eefd8'
+ url 'https://github.com/alloy/terminal-notifier/archive/1.5.0.tar.gz'
+ sha1 '76688ca503aec3988d6c857001f41b78d3c181e8'
head 'https://github.com/alloy/terminal-notifier.git'
depends_on :macos => :mountain_lion
depends_on :xcode
- def patches
- # Disable code signing because we don't have the cert of the dev.
- DATA
- end
-
def install
system 'xcodebuild', "-project", "Terminal Notifier.xcodeproj",
"-target", "terminal-notifier",
@@ -26,17 +21,3 @@ class TerminalNotifier < Formula
chmod 0755, bin/'terminal-notifier'
end
end
-
-__END__
-diff --git a/Terminal Notifier.xcodeproj/project.pbxproj b/Terminal Notifier.xcodeproj/project.pbxproj
-index 163020e..bc0597e 100644
---- a/Terminal Notifier.xcodeproj/project.pbxproj
-+++ b/Terminal Notifier.xcodeproj/project.pbxproj
-@@ -275,7 +275,6 @@
- 5199793415B1F92B003AFC57 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
-- CODE_SIGN_IDENTITY = "Developer ID Application: Fingertips B.V.";
- COMBINE_HIDPI_IMAGES = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";