Skip to content

Commit

Permalink
Merge pull request #618 from serokell/auto/v16.0-rc3-release
Browse files Browse the repository at this point in the history
[Chore] v16.0-rc3 release
  • Loading branch information
krendelhoff2 authored Mar 7, 2023
2 parents 47671e8 + aeaa395 commit 3327a1a
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-PtLimaPt.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-PtMumbai.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-PtLimaPt.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-PtMumbai.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
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 "v16.0-rc2-1"
version "v16.0-rc3-1"

depends_on "tezos-node"

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

class TezosNodeLimanet < Formula
url "file:///dev/null"
version "v16.0-rc2-1"
version "v16.0-rc3-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 "v16.0-rc2-1"
version "v16.0-rc3-1"

depends_on "tezos-node"

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

class TezosNodeMumbainet < Formula
url "file:///dev/null"
version "v16.0-rc2-1"
version "v16.0-rc3-1"

depends_on "tezos-node"

Expand Down
4 changes: 2 additions & 2 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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
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 "v16.0-rc2-1"
version "v16.0-rc3-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 "v16.0-rc2-1"
version "v16.0-rc3-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 "v16.0-rc2-1"
version "v16.0-rc3-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 "v16.0-rc2-1"
version "v16.0-rc3-1"

depends_on "tezos-signer"

Expand Down
4 changes: 2 additions & 2 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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-smart-rollup-client-PtMumbai.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-smart-rollup-node-PtMumbai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-tx-rollup-client-PtLimaPt.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 => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-tx-rollup-node-PtLimaPt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc2", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v16.0-rc3", :shallow => false

version "v16.0-rc2-1"
version "v16.0-rc3-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake]
build_dependencies.each do |dependency|
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "1",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v16.0-rc2"
"tezos_ref": "v16.0-rc3"
}

0 comments on commit 3327a1a

Please sign in to comment.