aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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";