From 07dad51f1df58bb1e22c24aa037bbe9dd917882e Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Sun, 5 Apr 2015 15:23:49 -0400 Subject: [PATCH] 0.3.9 --- pup.go | 2 +- pup.rb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pup.go b/pup.go index 51cb5d9..ca22d2b 100644 --- a/pup.go +++ b/pup.go @@ -16,7 +16,7 @@ import ( // |/ \_( # |" // C/ ,--___/ -var VERSION string = "0.3.8" +var VERSION string = "0.3.9" func main() { // process flags and arguments diff --git a/pup.rb b/pup.rb index 3c08d65..a5e5d8d 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.8' + version '0.3.9' if Hardware.is_64_bit? - url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_amd64.zip' - sha1 '4416b12c1022b8c7edb0a68d616cebb3d1cc48f2' + url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_amd64.zip' + sha1 'cc7cfc54567eb5b6d6ffdb1784e5c8e462845cca' else - url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_386.zip' - sha1 'a8cc3125f4b57772905d5a6d7451a761aba8b033' + url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_386.zip' + sha1 'f83ddac28176bcaca8f80e8182064f7cef62595b' end def install