Skip to content

Commit

Permalink
[Automated] Update formula to release version 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pachydermbuildbot committed Aug 18, 2022
1 parent cb3eb4c commit 18f5b05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

class PachctlAT22 < Formula
homepage "github.com/pachyderm/pachyderm"
version "v2.2.7"
version "v2.2.8"

if Hardware::CPU.intel?
url "https://github.com/pachyderm/pachyderm/releases/download/v2.2.7/pachctl_2.2.7_darwin_amd64.zip"
sha256 "94a5dc052160b203589a2d22e3239b58c73c4692b8d854c60c46ef91ff960751"
url "https://github.com/pachyderm/pachyderm/releases/download/v2.2.8/pachctl_2.2.8_darwin_amd64.zip"
sha256 "c5c887a3cf41a5e12671604299abe48c89a98d6fde05e25dd441281af80de5df"

def install
bin.install buildpath/"pachctl"
end
end
if Hardware::CPU.arm?
url "https://github.com/pachyderm/pachyderm/releases/download/v2.2.7/pachctl_2.2.7_darwin_amd64.zip"
sha256 "94a5dc052160b203589a2d22e3239b58c73c4692b8d854c60c46ef91ff960751"
url "https://github.com/pachyderm/pachyderm/releases/download/v2.2.8/pachctl_2.2.8_darwin_amd64.zip"
sha256 "c5c887a3cf41a5e12671604299abe48c89a98d6fde05e25dd441281af80de5df"

def install
bin.install buildpath/"pachctl"
Expand Down

0 comments on commit 18f5b05

Please sign in to comment.