diff options
| author | Dominyk Tiller | 2015-02-04 18:15:56 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-04 20:45:09 -0800 |
| commit | 84ff2d48ec83c38c82960f9586b19879b74f23e5 (patch) | |
| tree | fca823253890560670859d3a8edb1787ccff0c63 /Library | |
| parent | e3b4d925f13a2ec1b0b2b98c6c67279cd310d05a (diff) | |
| download | homebrew-84ff2d48ec83c38c82960f9586b19879b74f23e5.tar.bz2 | |
blink1 1.96
Bump.
Closes #36533.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/blink1.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/blink1.rb b/Library/Formula/blink1.rb index f47d3a426..36ebbd2f5 100644 --- a/Library/Formula/blink1.rb +++ b/Library/Formula/blink1.rb @@ -1,9 +1,7 @@ -require "formula" - class Blink1 < Formula homepage "http://thingm.com/products/blink-1.html" - url "https://github.com/todbot/blink1/archive/v1.95.tar.gz" - sha1 "df305465360abe51de38684b82ea73c33a0fd2ae" + url "https://github.com/todbot/blink1/archive/v1.96.tar.gz" + sha1 "474487e72afa22b3dced246571546e8a6f49c939" head "https://github.com/todbot/blink1.git" bottle do @@ -23,6 +21,6 @@ class Blink1 < Formula end test do - system "#{bin}/blink1-tool", "--version" + system bin/"blink1-tool", "--version" end end |
