2016-07-23 05:03:27 +00:00
|
|
|
# This file was generated by release.sh
|
2014-10-13 15:25:35 +00:00
|
|
|
require 'formula'
|
|
|
|
class Pup < Formula
|
2016-07-23 05:03:27 +00:00
|
|
|
homepage 'https://github.com/ericchiang/pup'
|
|
|
|
version '0.4.0'
|
2014-10-13 15:25:35 +00:00
|
|
|
|
2017-04-01 02:04:08 +00:00
|
|
|
if Hardware::CPU.is_64_bit?
|
2016-07-23 05:03:27 +00:00
|
|
|
url 'https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_darwin_amd64.zip'
|
|
|
|
sha256 'c539a697efee2f8e56614a54cb3b215338e00de1f6a7c2fa93144ab6e1db8ebe'
|
2014-10-13 15:25:35 +00:00
|
|
|
else
|
2016-07-23 05:03:27 +00:00
|
|
|
url 'https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_darwin_386.zip'
|
|
|
|
sha256 '75c27caa0008a9cc639beb7506077ad9f32facbffcc4e815e999eaf9588a527e'
|
2014-10-13 15:25:35 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'pup'
|
|
|
|
end
|
2016-07-23 05:03:27 +00:00
|
|
|
end
|