From 016c9c9dab2feab1ae66b65638e5672c181e599f Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Sun, 1 Feb 2015 14:19:54 -0500 Subject: [PATCH] updated brew formula --- pup.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pup.rb b/pup.rb index 9296af1..3c08d65 100644 --- a/pup.rb +++ b/pup.rb @@ -2,14 +2,14 @@ require 'formula' class Pup < Formula homepage 'https://github.com/EricChiang/pup' - version '0.3.7' + version '0.3.8' if Hardware.is_64_bit? - url 'https://github.com/EricChiang/pup/releases/download/v0.3.7/pup_darwin_amd64.zip' - sha1 '7ce35744b8112e7ae699071459a3456e8c057ffd' + url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_amd64.zip' + sha1 '4416b12c1022b8c7edb0a68d616cebb3d1cc48f2' else - url 'https://github.com/EricChiang/pup/releases/download/v0.3.7/pup_darwin_386.zip' - sha1 '18b58e877463881e9734dbe9b46ad272cc5173e3' + url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_386.zip' + sha1 'a8cc3125f4b57772905d5a6d7451a761aba8b033' end def install