Skip to content

Commit

Permalink
Merge pull request #282 from serokell/ixahedron/v10.0-release
Browse files Browse the repository at this point in the history
v10.0 release
  • Loading branch information
ixahedron authored Aug 22, 2021
2 parents 0e68196 + 0687031 commit 62365bb
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 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.0-rc3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v10.0", :shallow => false

version "v10.0-rc3-1"
version "v10.0-1"

build_dependencies = %w[pkg-config autoconf rsync wget rustup-init]
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 @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

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

version "v10.0-rc3-1"
version "v10.0-1"

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

version "v10.0-rc3-1"
version "v10.0-1"

build_dependencies = %w[pkg-config autoconf rsync wget rustup-init]
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 @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

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

version "v10.0-rc3-1"
version "v10.0-1"

build_dependencies = %w[pkg-config autoconf rsync wget rustup-init]
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 @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

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

version "v10.0-rc3-1"
version "v10.0-1"

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

version "v10.0-rc3-1"
version "v10.0-1"

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

bottle :unneeded
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 @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

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

version "v10.0-rc3-1"
version "v10.0-1"

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

version "v10.0-rc3-1"
version "v10.0-1"

build_dependencies = %w[pkg-config autoconf rsync wget rustup-init]
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 @@ -4,7 +4,7 @@

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

bottle :unneeded
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 @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

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

version "v10.0-rc3-1"
version "v10.0-1"

build_dependencies = %w[pkg-config autoconf rsync wget rustup-init]
build_dependencies.each do |dependency|
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.0-rc3",
"ref": "refs/tags/v10.0",
"repo": "https://gitlab.com/tezos/tezos",
"rev": "68c4ee8a31b61a36f240ef01dd37e0cc85ac6567",
"rev": "ea8f2aefbcd54d23ae2919fea1802e2f1f977a94",
"type": "git"
}
}

0 comments on commit 62365bb

Please sign in to comment.