Skip to content

Commit

Permalink
Merge pull request #318 from serokell/auto/v10.3-release
Browse files Browse the repository at this point in the history
[Chore] v10.3 release
  • Loading branch information
rvem authored Oct 25, 2021
2 parents 1d58abd + 272dc19 commit 24b1369
Show file tree
Hide file tree
Showing 36 changed files with 177 additions and 616 deletions.
8 changes: 3 additions & 5 deletions Formula/tezos-accuser-010-PtGRANAD.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 => "v11.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.3", :shallow => false

version "v11.0-rc1-1"
version "v10.3-1"

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

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser010Ptgranad.version}/"
sha256 cellar: :any, catalina: "5bf99bf2fd86089171411e46a71b1bba724824c83189f8d8c06da0e3d28df59b"
sha256 cellar: :any, mojave: "bb60fdeb49d00eb8dd1d97e09a03ba87f88a62d3fe5335a4e4310a483c410bec"
end

def make_deps
Expand All @@ -38,7 +36,7 @@ def make_deps
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
system "rustup-init", "--default-toolchain", "1.52.1", "-y"
system "rustup-init", "--default-toolchain", "1.44.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
120 changes: 0 additions & 120 deletions Formula/tezos-accuser-011-PtHangzH.rb

This file was deleted.

8 changes: 3 additions & 5 deletions Formula/tezos-admin-client.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 => "v11.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.3", :shallow => false

version "v11.0-rc1-1"
version "v10.3-1"

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

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAdminClient.version}/"
sha256 cellar: :any, catalina: "186e30374c593080ebff56162922d14d10a61604518a752e3d974223007dc2c1"
sha256 cellar: :any, mojave: "bb822553c6430e66492ce96f0cf55cc584517e9874e1c69ad30898f506e23674"
end

def make_deps
Expand All @@ -38,7 +36,7 @@ def make_deps
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
system "rustup-init", "--default-toolchain", "1.52.1", "-y"
system "rustup-init", "--default-toolchain", "1.44.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
8 changes: 3 additions & 5 deletions Formula/tezos-baker-010-PtGRANAD.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 => "v11.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.3", :shallow => false

version "v11.0-rc1-1"
version "v10.3-1"

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

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker010Ptgranad.version}/"
sha256 cellar: :any, catalina: "02745143a1dd89a4c7bf7c29d4d0e0fac415f3cd1ad4050bfd04a23d4c2705cd"
sha256 cellar: :any, mojave: "7ea86e168bf27c83470f3e5523e373830fd89a91d8e268b45665a8688ce1ac50"
end

def make_deps
Expand All @@ -38,7 +36,7 @@ def make_deps
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
system "rustup-init", "--default-toolchain", "1.52.1", "-y"
system "rustup-init", "--default-toolchain", "1.44.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
131 changes: 0 additions & 131 deletions Formula/tezos-baker-011-PtHangzH.rb

This file was deleted.

8 changes: 3 additions & 5 deletions Formula/tezos-client.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 => "v11.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.3", :shallow => false

version "v11.0-rc1-1"
version "v10.3-1"

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

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosClient.version}/"
sha256 cellar: :any, catalina: "84e9d1e9d86a861ddac69e02646e421a06be37b0887536bbd1b9e332c91dbf3b"
sha256 cellar: :any, mojave: "d7eba6367fa79b4a31ff4eabe6b40ca4b762bc6283f8fcc0557e3cf51bd1fb9b"
end

def make_deps
Expand All @@ -38,7 +36,7 @@ def make_deps
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
system "rustup-init", "--default-toolchain", "1.52.1", "-y"
system "rustup-init", "--default-toolchain", "1.44.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
Loading

0 comments on commit 24b1369

Please sign in to comment.