aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2015-01-03 03:16:08 +0000
committerMike McQuaid2015-01-03 10:40:48 +0000
commit27dba9e8c01f7257f5cf3e64ba3d21703a32cec9 (patch)
tree475c7d57ec8447676df13eab80d20fcf9e024ea6 /Library/Formula
parentd9e4c50b410f6013850d7f0e70178d0e6aa1e5c8 (diff)
downloadhomebrew-27dba9e8c01f7257f5cf3e64ba3d21703a32cec9.tar.bz2
pulse 0.1.4
Bump. Closes #35481. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pulse.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pulse.rb b/Library/Formula/pulse.rb
index 251b52857..ca9e1a6eb 100644
--- a/Library/Formula/pulse.rb
+++ b/Library/Formula/pulse.rb
@@ -1,8 +1,6 @@
-require "formula"
-
class Pulse < Formula
homepage "https://ind.ie/pulse/"
- url "https://source.ind.ie/project/pulse.git", :tag => "0.1.3"
+ url "https://source.ind.ie/project/pulse.git", :tag => "0.1.4"
head "https://source.ind.ie/project/pulse.git"
bottle do
@@ -18,7 +16,7 @@ class Pulse < Formula
ENV["GOPATH"] = cached_download/".gopath"
ENV.append_path "PATH", "#{ENV["GOPATH"]}/bin"
- # FIXME do this without mutating the cache!
+ # FIXTHIS: do this without mutating the cache!
hack_dir = cached_download/".gopath/src/source.ind.ie/project/"
rm_rf hack_dir
mkdir_p hack_dir