Skip to content

Commit

Permalink
Merge pull request #325 from serokell/pasqu4le/fix-hangzhou-formulae-…
Browse files Browse the repository at this point in the history
…class

[Chore] fix hangzhou-specific class names in brew formulae
  • Loading branch information
pasqu4le authored Nov 5, 2021
2 parents e3b0a3d + 924501f commit a4cf1e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-011-PtHangz2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: LicenseRef-MIT-TQ

class TezosAccuser011Pthangzh < Formula
class TezosAccuser011Pthangz2 < Formula
@all_bins = []

class << self
Expand All @@ -26,7 +26,7 @@ class << self
desc "Daemon for accusing"

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser011Pthangzh.version}/"
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser011Pthangz2.version}/"
end

def make_deps
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-011-PtHangz2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: LicenseRef-MIT-TQ

class TezosBaker011Pthangzh < Formula
class TezosBaker011Pthangz2 < Formula
@all_bins = []

class << self
Expand All @@ -26,7 +26,7 @@ class << self
desc "Daemon for baking"

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker011Pthangzh.version}/"
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker011Pthangz2.version}/"
end

def make_deps
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-endorser-011-PtHangz2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: LicenseRef-MIT-TQ

class TezosEndorser011Pthangzh < Formula
class TezosEndorser011Pthangz2 < Formula
@all_bins = []

class << self
Expand All @@ -27,7 +27,7 @@ class << self
desc "Daemon for endorsing"

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosEndorser011Pthangzh.version}/"
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosEndorser011Pthangz2.version}/"
end

def make_deps
Expand Down

0 comments on commit a4cf1e7

Please sign in to comment.