Skip to content

Commit

Permalink
Merge pull request #748 from serokell/auto/v18.1-release
Browse files Browse the repository at this point in the history
[Chore] v18.1 release
  • Loading branch information
krendelhoff2 authored Nov 21, 2023
2 parents aaa81d0 + f68926d commit de25247
Show file tree
Hide file tree
Showing 35 changed files with 89 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ { id: macos-12, name: "monterey" } ]
# we don't bottle meta-formulas that contain only services
formula: [tezos-accuser-PtNairob, tezos-accuser-Proxford, tezos-admin-client, tezos-baker-PtNairob, tezos-baker-Proxford, tezos-client, tezos-codec, tezos-node, tezos-signer, tezos-smart-rollup-client-PtNairob, tezos-smart-rollup-client-Proxford, tezos-smart-rollup-node-PtNairob, tezos-smart-rollup-node-Proxford, tezos-dac-client, tezos-dac-node, tezos-smart-rollup-wasm-debugger]
formula: [tezos-accuser-PtNairob, tezos-accuser-Proxford, tezos-admin-client, tezos-baker-PtNairob, tezos-baker-Proxford, tezos-client, tezos-codec, tezos-node, tezos-signer, tezos-smart-rollup-client-PtNairob, tezos-smart-rollup-client-Proxford, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-smart-rollup-wasm-debugger]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-accuser-Proxford.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuserProxford.version}/"
sha256 cellar: :any, arm64_big_sur: "2dbb676f113801c01acad5119db40734a91e4db1e7f62f6982acd453391dd8af"
sha256 cellar: :any, big_sur: "a786f94d7c9bd37f5d52416426b5026ad3355ab482c395a8d8b235e2fd543f32"
sha256 cellar: :any, monterey: "6f7d9fd9bbb469d0b1ad03bacfc0f98f68b74a144cc6829fadf5743cd5d2e5b2"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-accuser-PtNairob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuserPtnairob.version}/"
sha256 cellar: :any, arm64_big_sur: "ab98ca993b030cabb3a3722f0eaf50628b846adc4bc16a575cb6bb85ca49e050"
sha256 cellar: :any, big_sur: "8686a6e0607b2ed5a98b2767af6db8e4424e70c1f43c15f97357ceb760664331"
sha256 cellar: :any, monterey: "b8fa058a8e4da3e3672ff3885d9307b9c275bcc5ab74e81574662c42e54ec64e"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-admin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAdminClient.version}/"
sha256 cellar: :any, arm64_big_sur: "f2b29055ae2ecd986517bb5c2b9b2b3ffff8ad32b06ec43280fa096b76392d90"
sha256 cellar: :any, big_sur: "bd1cf10b1a69eca689dc83d51ad0f7f93b2d8db4ff35401290517b575895874c"
sha256 cellar: :any, monterey: "d509976db98468fd1df38af6136e28d8d2ca7547948d81f81505df6ba8b81cdb"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-baker-Proxford.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerProxford.version}/"
sha256 cellar: :any, arm64_big_sur: "c8e95345ec043b5de0326048bb9c0e64058ae42fd674dcd981d7f761a57c6f36"
sha256 cellar: :any, big_sur: "db93e5cc188faa66874601a68458054480b82aa2b3f91298a646dc67661ec36d"
sha256 cellar: :any, monterey: "80c3269dc7ff2fa7ef507489172f4c842c66557abbef47f68f558b31c4bd2d95"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-baker-PtNairob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerPtnairob.version}/"
sha256 cellar: :any, arm64_big_sur: "55c83d0f9268f5ea3492dcbaa1206b33a9648ec179b79d436b3f787a1e5dd363"
sha256 cellar: :any, big_sur: "dc46f941c59fd9c6ec7cfb52772b3d47ab05872d2fd003668daec50be4eddb19"
sha256 cellar: :any, monterey: "c5b154e1a6d08c0219220118a65139d66cebe84b2716a8861edc3fcc8fda7b27"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosClient.version}/"
sha256 cellar: :any, arm64_big_sur: "40dea3f0b07110104a9c3b88fd993c4b469a66a3bcc9676819e4788435c73190"
sha256 cellar: :any, big_sur: "d664f1ca1ac3f96b31497f3117958fa2f5689e72a3cf892b2462f05a1c629410"
sha256 cellar: :any, monterey: "00268a29d18cec8ee530ad4bfcaed01f843e8743418e18d893ab5adf5ec83beb"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-codec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosCodec.version}/"
sha256 cellar: :any, arm64_big_sur: "6f28dfb6a112ce87c5e4b164bd5fea5742fd0de03a874829d99317c5d44f9869"
sha256 cellar: :any, big_sur: "dc1b6ce158a04490031581308d179285ad6a8776e6a1b00edfeb52eae9c877cf"
sha256 cellar: :any, monterey: "6c587ca4f8f518193aaa0ac6eea468e23953722f6efc497f2c29da11a5755389"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-dac-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosDacClient.version}/"
sha256 cellar: :any, arm64_big_sur: "c16b9fc73532015fb4eb565f8cb9701ad5d80cb6b095a1a1c2613ae02cc47b4d"
sha256 cellar: :any, big_sur: "9defead55993a4cefef773d814b7a03bbf699d567153e6f161436346723b169d"
sha256 cellar: :any, monterey: "c40552edc560ddaebba98ac8844078c7b85d6a45bfa5e3d14c7f682c46395b4d"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-dac-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosDacNode.version}/"
sha256 cellar: :any, arm64_big_sur: "75165594deb395f2f0582e1659059ba37553de7f4c7f8be3f40e17d5fc8b1a4c"
sha256 cellar: :any, big_sur: "4a9a6c3c37339d2ab1a46f90b7b9bf8cc38cc29fe35032f5e403e7567458d1ce"
sha256 cellar: :any, monterey: "1893a3cdb2bd06240f01e5435771c8c1028b6da46a758204183fa863ee9bb8fb"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-ghostnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeGhostnet < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-node"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-mainnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeMainnet < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-node"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-nairobinet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TezosNodeNairobinet < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-node"

Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosNode.version}/"
sha256 cellar: :any, arm64_big_sur: "47a257d9c2298f480fd62d68d525b6af0f9fb079d23229e1451e485a5fa73cf7"
sha256 cellar: :any, big_sur: "c768f7e7a8fa2fa69a02cd5c0fd221b5bf6ca60fd61777469bf2dd626d5605e2"
sha256 cellar: :any, monterey: "07405894a4d6f079fbb3db62a8c585d2f0dabb1a9ca9f10d0b2126180c7fd27f"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttp < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttps < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerTcp < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerUnix < Formula
url "file:///dev/null"
version "v18.0-1"
version "v18.1-1"

depends_on "tezos-signer"

Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-signer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -26,9 +26,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSigner.version}/"
sha256 cellar: :any, arm64_big_sur: "45bac5f4f3c576ff9e49a473d2581d8f0e2155436789519e699190ab6d99c891"
sha256 cellar: :any, big_sur: "b7a9a12f794e1d8409556a1cb66fb83b114d6bb93a415c2089d6e9a659fc75da"
sha256 cellar: :any, monterey: "0e380c3e318a90fe866094a3a0876f506ad803b039018c6dd3929773653e8695"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-smart-rollup-client-Proxford.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -27,9 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSmartRollupClientProxford.version}/"
sha256 cellar: :any, arm64_big_sur: "496706f919534f9c4ea231c2d885cb5189170151776b22c4741be89cc3161a59"
sha256 cellar: :any, big_sur: "20da81cd0f564c69e52c96524df6e1b09b970829a7f38d8fa7c29f570c7f58c6"
sha256 cellar: :any, monterey: "b437b9110236f17afeebee95a3bd40ffd82a605f31e3b4c28338e39c0ee415ae"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-smart-rollup-client-PtNairob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v18.0", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v18.1", :shallow => false

version "v18.0-1"
version "v18.1-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -27,9 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSmartRollupClientPtnairob.version}/"
sha256 cellar: :any, arm64_big_sur: "682dbd649e1ceb60d7e0f7654c163866223aa878ef2d6d3861d0664e78f2a50d"
sha256 cellar: :any, big_sur: "9eb16812bc2ce46805c0dff7784a84879edbe91469031e2c7a08699b2cc7fe31"
sha256 cellar: :any, monterey: "30fcd8d9009f98e5f5649d5114be621f934192f941890ff195ea9dd6d07ade9d"
end

def make_deps
Expand Down
Loading

0 comments on commit de25247

Please sign in to comment.