2014-12-07 18:33:43 +00:00
|
|
|
# This file was generated by release.py
|
2014-10-13 15:25:35 +00:00
|
|
|
require 'formula'
|
|
|
|
class Pup < Formula
|
|
|
|
homepage 'https://github.com/EricChiang/pup'
|
2015-04-05 19:23:49 +00:00
|
|
|
version '0.3.9'
|
2014-10-13 15:25:35 +00:00
|
|
|
|
|
|
|
if Hardware.is_64_bit?
|
2015-04-05 19:23:49 +00:00
|
|
|
url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_amd64.zip'
|
|
|
|
sha1 'cc7cfc54567eb5b6d6ffdb1784e5c8e462845cca'
|
2014-10-13 15:25:35 +00:00
|
|
|
else
|
2015-04-05 19:23:49 +00:00
|
|
|
url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_386.zip'
|
|
|
|
sha1 'f83ddac28176bcaca8f80e8182064f7cef62595b'
|
2014-10-13 15:25:35 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'pup'
|
|
|
|
end
|
2014-12-07 18:33:43 +00:00
|
|
|
end
|