Skip to content

Commit

Permalink
reorder buildtools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Nov 24, 2019
1 parent 879f7a6 commit 1822d9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions buildtools.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
"link": true
}
],
"protoc": [
"goreleaser": [
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_64.zip",
"checksum": "fd2e8a52b9b173bf90633f346901f4dcf3083769ea24f917809932d29ffa1410",
"archive_path": "bin/protoc"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Darwin_x86_64.tar.gz",
"checksum": "2ec8bb354cca2936d0722e7da770c37e2ba6cc90de4a1cea186e20968c47b663"
},
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip",
"checksum": "77410d08e9a3c1ebb68afc13ee0c0fb4272c01c20bfd289adfb51b1c622bab07",
"archive_path": "bin/protoc"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Linux_x86_64.tar.gz",
"checksum": "771f2ad8219078b16a3e82097e9805309f6516640f0c6ab6b87f9b085a8ad743"
}
],
"goreleaser": [
"protoc": [
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Darwin_x86_64.tar.gz",
"checksum": "2ec8bb354cca2936d0722e7da770c37e2ba6cc90de4a1cea186e20968c47b663"
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-osx-x86_64.zip",
"checksum": "fd2e8a52b9b173bf90633f346901f4dcf3083769ea24f917809932d29ffa1410",
"archive_path": "bin/protoc"
},
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Linux_x86_64.tar.gz",
"checksum": "771f2ad8219078b16a3e82097e9805309f6516640f0c6ab6b87f9b085a8ad743"
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip",
"checksum": "77410d08e9a3c1ebb68afc13ee0c0fb4272c01c20bfd289adfb51b1c622bab07",
"archive_path": "bin/protoc"
}
],
"semver-next": [
Expand Down

0 comments on commit 1822d9b

Please sign in to comment.