mirror of
https://github.com/ericchiang/pup
synced 2025-01-15 02:00:55 +00:00
updated brew formula
This commit is contained in:
parent
a07991268b
commit
17ba91acc2
10
pup.rb
10
pup.rb
@ -2,14 +2,14 @@
|
|||||||
require 'formula'
|
require 'formula'
|
||||||
class Pup < Formula
|
class Pup < Formula
|
||||||
homepage 'https://github.com/EricChiang/pup'
|
homepage 'https://github.com/EricChiang/pup'
|
||||||
version '0.3.6'
|
version '0.3.7'
|
||||||
|
|
||||||
if Hardware.is_64_bit?
|
if Hardware.is_64_bit?
|
||||||
url 'https://github.com/EricChiang/pup/releases/download/v0.3.6/pup_darwin_amd64.zip'
|
url 'https://github.com/EricChiang/pup/releases/download/v0.3.7/pup_darwin_amd64.zip'
|
||||||
sha1 '549ce1c7e3ad5ec0129fa46736821676ebb797a1'
|
sha1 '7ce35744b8112e7ae699071459a3456e8c057ffd'
|
||||||
else
|
else
|
||||||
url 'https://github.com/EricChiang/pup/releases/download/v0.3.6/pup_darwin_386.zip'
|
url 'https://github.com/EricChiang/pup/releases/download/v0.3.7/pup_darwin_386.zip'
|
||||||
sha1 '3738b27bb47bfe4bb7bd682fd93ac8701f323264'
|
sha1 '18b58e877463881e9734dbe9b46ad272cc5173e3'
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
Loading…
Reference in New Issue
Block a user