From 343638738799dbe32850d22ab012ffde9f9e3012 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Wed, 6 May 2015 21:09:10 -0700 Subject: [PATCH] pianod 173, --devel 174 Closes Homebrew/homebrew#39465. Signed-off-by: Brett Koonce --- Formula/pianod.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Formula/pianod.rb b/Formula/pianod.rb index 51821a407b..93c26f127f 100644 --- a/Formula/pianod.rb +++ b/Formula/pianod.rb @@ -1,9 +1,12 @@ -require "formula" - class Pianod < Formula homepage "http://deviousfish.com/pianod/" - url "http://deviousfish.com/Downloads/pianod/pianod-165.tar.gz" - sha1 "765efcf31f0e868538c81d03ae789df617d4c621" + url "http://deviousfish.com/Downloads/pianod/pianod-173.tar.gz" + sha256 "d91a890561037ee3faf5d4d1d4de546c8ff8c828eced91eea6be026c4fcf16fd" + + devel do + url "http://deviousfish.com/Downloads/pianod/pianod-174.tar.gz" + sha256 "8b46cf57a785256bb9d5543022c1b630a5d45580800b6eb6c170712c6c78d879" + end bottle do sha1 "f2630bf3374fff4bd2f9361dc6b6a9dbdb8e91b2" => :mavericks @@ -29,6 +32,6 @@ class Pianod < Formula end test do - system "#{bin}/pianod", '-v' + system "#{bin}/pianod", "-v" end end