Skip to content

Commit

Permalink
Merge pull request #763 from serokell/auto/v19.0-rc1-release
Browse files Browse the repository at this point in the history
[Chore] v19.0-rc1 release
  • Loading branch information
krendelhoff2 authored Dec 6, 2023
2 parents 47c1657 + 26d1ece commit f87ea7a
Show file tree
Hide file tree
Showing 34 changed files with 64 additions and 265 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, 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-node, tezos-dac-client, tezos-dac-node, tezos-smart-rollup-wasm-debugger]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "6960ca66d64eac9c3ff1ff2e1a6735dd5dc77e8907258e529e44bcbd2d58c66e"
sha256 cellar: :any, arm64_big_sur: "4d5a9ee11f944d4f247b6f95996d92a576982c58ad8a287ba8d8768c55910a99"
sha256 cellar: :any, monterey: "00f63f452ca6798a5432b4e5bd4fb3544f2052f94e494ac101879f856a75e999"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "ae7ea0f0f5c1295cecf4815d7a0b8a3a4d323c2d5a5cbd2ddb1eb6a804171dba"
sha256 cellar: :any, arm64_big_sur: "47805132e7c3b23040e64ddba7131da946b49d817ebd9cdad5cd2423417df5c5"
sha256 cellar: :any, monterey: "7d701398e3ddb70b03cdac4172db6f5cbc87b51cc288fa1b79800c317b1b6347"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "b499b9327493ad54e50c204579a098f9886812f3bfdbef3e302a611f829bbc94"
sha256 cellar: :any, arm64_big_sur: "096727e1b84eac57efc2f2cd376e6a9fde8f2946950f59e710e6e12fa9bfe8da"
sha256 cellar: :any, monterey: "564f59643a7372a23d8570bd0ca75515276208775e8f4052343119c402d3c0ac"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "2ae25ec0a6c36807accad1e0c8c1be36d71addc81399fbf783f9ae7d183fb448"
sha256 cellar: :any, arm64_big_sur: "0b67d1791f3dc27e7d343ee47b0c6632367cb15b193376de4229b1a0a1e75ac8"
sha256 cellar: :any, monterey: "9602cb7a47c3f12b8588e5cd7dd37fa690d774bfed5c7d16f6a945081e2436ea"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "c78380649af37dda352e910bbcca73fec153eb4079495f90f100616ee31d14a5"
sha256 cellar: :any, arm64_big_sur: "751529aca4f074b34e43664602674d3260fbf5f53704d22919909937ce817b83"
sha256 cellar: :any, monterey: "ee4417565f068a2d4c9c6d8576df78988fb40a53cc6165a64fabdba33f80698e"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "608abcfebdadf03b1f7abf141cf9507c27e6adfb17ff698206f66fc14af4fa8c"
sha256 cellar: :any, arm64_big_sur: "bd9818fc94250d933ef1dca63ef0af8fd0d6e3d4469def40568eb53adc525e50"
sha256 cellar: :any, monterey: "8bce0d71de2f2e941402b78efa978d940bed2e4062dc08786e1baeffd7232812"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "c6d64f3da2960ff549fccf08b470f5a0722ed9c2cc268d13d7e3f963b8a14f68"
sha256 cellar: :any, arm64_big_sur: "9a526b995025dd7e1c51193d229473858b284be77d92b1aaf5c5346c50d3b82b"
sha256 cellar: :any, monterey: "8f5571e8e43fea3caf74ea1edab090f0b2812aa847f68ee7f82c94adedc4362c"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "c08f4f6d0df58951d894c2b19dc9c60b5c56c9d5bed6c0e9dd8967a97ab0089a"
sha256 cellar: :any, arm64_big_sur: "a859f17b146f8e8a50ef0d43cb0b1fcf85aa24dc75ddaddd1ca49ddcf997643a"
sha256 cellar: :any, monterey: "e3fd536dd16b972d495e2e32435dd7abb12eb154864f3ec458c73860d009fa74"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "40c1f00199d4b4b06b24e17e3ad1830a2283c6434173cec7f391bb9984939ce1"
sha256 cellar: :any, arm64_big_sur: "e274c4ff0f75604284519e210a94b8df20b547bbc0d414fe57a980501668984c"
sha256 cellar: :any, monterey: "d1b51bf8c37ba3fae82281e9d302441715624021942d65c672534f4557e0b920"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
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.1-1"
version "v19.0-rc1-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.1-1"
version "v19.0-rc1-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.1-1"
version "v19.0-rc1-1"

depends_on "tezos-node"

Expand Down
9 changes: 3 additions & 6 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.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false

version "v18.1-1"
version "v19.0-rc1-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, big_sur: "50074413c2afa2c18b8954fcfb15d331f3d81dc8ffc9046d7b8b7e8d5627c6ba"
sha256 cellar: :any, arm64_big_sur: "75491dbeca933c04c2c2ec181f85c63ddf27e1b1e2cb8bee2b9422de5c790dd7"
sha256 cellar: :any, monterey: "318cdaf2fc26346e419b641f6be2ea29ed334b087d3213ba0927e1b9b7b2d4a6"
end

def make_deps
Expand All @@ -42,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.64.0", "-y"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
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.1-1"
version "v19.0-rc1-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.1-1"
version "v19.0-rc1-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.1-1"
version "v19.0-rc1-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.1-1"
version "v19.0-rc1-1"

depends_on "tezos-signer"

Expand Down
Loading

0 comments on commit f87ea7a

Please sign in to comment.