Skip to content

Commit

Permalink
chore(release): add latest SHASUMS to brew installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 18, 2017
1 parent 69ed22a commit c4cb3c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/muxy.rb
Expand Up @@ -2,14 +2,14 @@

class Muxy < Formula
homepage "https://github.com/packer-community/packer-windows-plugins"
version "0.0.1"
version "0.0.4"

if Hardware.is_64_bit?
url "https://github.com/mefellows/muxy/releases/download/v#{version}/darwin_amd64.zip"
sha256 'ba29e1b5c2666a91f37198ebef4397d497d262c3a4530eeed96d206824481634'
sha256 '6d4aa05dfd0d94c98e93b6306bf660228e7254108c9f970e84932be8087d93b5'
else
url "https://github.com/mefellows/muxy/releases/download/v#{version}/darwin_386.zip"
sha256 '9dad1e255359738c74d359b3e5e0580ad79f296b4cd6d7cfb350d5055b00fd87'
sha256 '51c6b34846cb1a2913e36af9b4eefe29d71b1d5efe053a720a500ec2f52a0378'
end

depends_on :arch => :intel
Expand Down

0 comments on commit c4cb3c3

Please sign in to comment.