You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pup/pup.rb

18 lines
510 B

# This file was generated by release.py
require 'formula'
class Pup < Formula
homepage 'https://github.com/EricChiang/pup'
version '0.3.8'
if Hardware.is_64_bit?
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.8/pup_darwin_386.zip'
sha1 'a8cc3125f4b57772905d5a6d7451a761aba8b033'
end
def install
bin.install 'pup'
end
end