aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-12-10 20:05:36 +0000
committerBrett Koonce2014-12-10 19:55:50 -0800
commitac2695e99f1d0a99e1777792bec56c1fa19e78b3 (patch)
treec7759a80d7a3609c82cc74ff0f037b186ad1acc3 /Library/Formula
parentfb36be3756cd8ffa3374a2e230d85784162143c2 (diff)
downloadhomebrew-ac2695e99f1d0a99e1777792bec56c1fa19e78b3.tar.bz2
pulse 0.1.3
Bump. Closes #34860. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pulse.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pulse.rb b/Library/Formula/pulse.rb
index 37e7197fe..99b004b54 100644
--- a/Library/Formula/pulse.rb
+++ b/Library/Formula/pulse.rb
@@ -2,7 +2,7 @@ require "formula"
class Pulse < Formula
homepage "https://ind.ie/pulse/"
- url "https://source.ind.ie/project/pulse.git", :tag => "0.1.1"
+ url "https://source.ind.ie/project/pulse.git", :tag => "0.1.3"
head "https://source.ind.ie/project/pulse.git"
bottle do
@@ -25,7 +25,7 @@ class Pulse < Formula
ln_s cached_download/".git", ".git"
system "./build.sh", "noupgrade"
- prefix.install %w{ CONTRIBUTING.md CONTRIBUTORS LICENSE README.md }
+ prefix.install %w{ CONTRIBUTING.md LICENSE README.md }
bin.install "pulse"
end