Skip to content

Commit

Permalink
Merge pull request #298 from serokell/rvem/v10.2-release
Browse files Browse the repository at this point in the history
v10.2 release
  • Loading branch information
rvem authored Sep 2, 2021
2 parents 4457423 + f1ec658 commit f238752
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 44 deletions.
6 changes: 2 additions & 4 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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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, mojave: "64179ce91fd3448d141cf8a5e3ca2bcbdc635cd4878af978025a5424a46e469f"
sha256 cellar: :any, catalina: "528626dee856551e823bec4b842ebdd0f8845876ce682897aa240c7a83ab4982"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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, mojave: "a4a6ac7883b335fb6a68dd91874f50cb2d5eaf742a290887bb291772bf7a8d52"
sha256 cellar: :any, catalina: "13ec405a5eff913adfd6b889ec50360242b201663ecb9226b73559e595d4cb62"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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, mojave: "389e7ed6281ac1ba96fb803b316e9576570ce4f748f0622b28ca6256e1581801"
sha256 cellar: :any, catalina: "aeb1ae3f4ea83c9e2748f1e334ec2b593983620ae8a75d7aac51f975a17b9b3b"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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, mojave: "e1460b388f585ee32a872794049298444b95cf004b3e83b7862622bccd975a6a"
sha256 cellar: :any, catalina: "c70ef3e990f7e183440792952af9f76eae80315dae1f1bf3fcef7a6e716c8bd7"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-codec.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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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/#{TezosCodec.version}/"
sha256 cellar: :any, mojave: "50e954c8b12cb2546ceebaae4b1017464fe019e375d12e9eebb530aae6cf5766"
sha256 cellar: :any, catalina: "8defba198305e866140c24cd7fda0b26009bab2f0fb13092693fb81a5dec7552"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-endorser-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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-1"

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

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosEndorser010Ptgranad.version}/"
sha256 cellar: :any, mojave: "208fff9729933a015bf32e0654514753b8190e7a1ba1dc62fbd837627a0bf6d8"
sha256 cellar: :any, catalina: "9daec205ac076986e4b35d51bd001c7622e7b51c2482c365818f053b8f0569fc"
end

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

class TezosNodeGranadanet < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
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 @@ -4,7 +4,7 @@

class TezosNodeMainnet < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
depends_on "tezos-node"
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-node.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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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/#{TezosNode.version}/"
sha256 cellar: :any, mojave: "31454d57082c3a9aad50af24cdbe58f4fe9bc960cae4be0458a51daeced6b4ac"
sha256 cellar: :any, catalina: "799189451f71ed61918460ed0d64c1e4b465d3d9f4e5660a62ff5de48b6c6065"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-sandbox.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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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/#{TezosSandbox.version}/"
sha256 cellar: :any, mojave: "09c16afce90f3191a743108957e0b220daddcbcaee2196e4fa449024a4912fb7"
sha256 cellar: :any, catalina: "f0eb0c30bfa061822984fe6afecd6f0cf79f428bcb773c5ea4263347080eed68"
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 @@ -4,7 +4,7 @@

class TezosSignerHttp < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
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 @@ -4,7 +4,7 @@

class TezosSignerHttps < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
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 @@ -4,7 +4,7 @@

class TezosSignerTcp < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
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 @@ -4,7 +4,7 @@

class TezosSignerUnix < Formula
url "file:///dev/null"
version "v10.1-1"
version "v10.2-1"

bottle :unneeded
depends_on "tezos-signer"
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-signer.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 => "v10.1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.2", :shallow => false

version "v10.1-1"
version "v10.2-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/#{TezosSigner.version}/"
sha256 cellar: :any, mojave: "fccdbd84e9e7edcb558bf7bc93e1e758eb71b4b897a68b8d54d3f9eba442c7a3"
sha256 cellar: :any, catalina: "89d34c38400ddc1ce34551e7e4883056c5eddad5db8a94618508c7538160019f"
end

def make_deps
Expand Down
4 changes: 2 additions & 2 deletions nix/nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"tezos": {
"ref": "refs/tags/v10.1",
"ref": "refs/tags/v10.2",
"repo": "https://gitlab.com/tezos/tezos",
"rev": "59524a1e8b0c41aab02ef2046d72a3db7a409803",
"rev": "5bfd311b701015381338e73a30c74415fa493c10",
"type": "git"
}
}

0 comments on commit f238752

Please sign in to comment.