From 1a3caee639f5ccf93099a16ad66d41c81cb9e739 Mon Sep 17 00:00:00 2001 From: Newton Date: Fri, 31 Mar 2017 19:04:08 -0700 Subject: [PATCH] Update: new hardware class --- pup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pup.rb b/pup.rb index 17d6a8b..183aa9a 100644 --- a/pup.rb +++ b/pup.rb @@ -4,7 +4,7 @@ class Pup < Formula homepage 'https://github.com/ericchiang/pup' version '0.4.0' - if Hardware.is_64_bit? + if Hardware::CPU.is_64_bit? url 'https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_darwin_amd64.zip' sha256 'c539a697efee2f8e56614a54cb3b215338e00de1f6a7c2fa93144ab6e1db8ebe' else