-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from WillAbides/newfmt
use new format
- Loading branch information
Showing
1 changed file
with
80 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,82 @@ | ||
{ | ||
"gobin": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/myitcv/gobin/releases/download/v0.0.10/darwin-amd64", | ||
"checksum": "84ed966949e06bebd7d006bc343caf9d736932fd8b37df5cb5b268a28d07bd30", | ||
"archive_path": "darwin-amd64" | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/myitcv/gobin/releases/download/v0.0.10/linux-amd64", | ||
"checksum": "415266d9af98578067051653f5057ea267c51ebf085408df48b118a8b978bac6", | ||
"archive_path": "linux-amd64" | ||
} | ||
], | ||
"golangci-lint": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-darwin-amd64.tar.gz", | ||
"checksum": "2b2713ec5007e67883aa501eebb81f22abfab0cf0909134ba90f60a066db3760", | ||
"archive_path": "golangci-lint-1.21.0-darwin-amd64/golangci-lint", | ||
"link": true | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-linux-amd64.tar.gz", | ||
"checksum": "2c861f8dc56b560474aa27cab0c075991628cc01af3451e27ac82f5d10d5106b", | ||
"archive_path": "golangci-lint-1.21.0-linux-amd64/golangci-lint", | ||
"link": true | ||
} | ||
], | ||
"goreleaser": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"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/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Linux_x86_64.tar.gz", | ||
"checksum": "771f2ad8219078b16a3e82097e9805309f6516640f0c6ab6b87f9b085a8ad743" | ||
} | ||
], | ||
"protoc": [ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"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" | ||
} | ||
], | ||
"semver-next": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/WillAbides/semver-next/releases/download/v0.4.0/semver-next_0.4.0_darwin_amd64.tar.gz", | ||
"checksum": "a519f2c3bbe8972deb094d56c196fec89496f663431321c22be343ced23839fb" | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/WillAbides/semver-next/releases/download/v0.4.0/semver-next_0.4.0_linux_amd64.tar.gz", | ||
"checksum": "6317c36bec63158038381e8878601151ae996310fef58306f70cb03f1b46ef7f" | ||
} | ||
] | ||
"downloaders": { | ||
"gobin": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/myitcv/gobin/releases/download/v0.0.10/darwin-amd64", | ||
"checksum": "84ed966949e06bebd7d006bc343caf9d736932fd8b37df5cb5b268a28d07bd30", | ||
"archive_path": "darwin-amd64" | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/myitcv/gobin/releases/download/v0.0.10/linux-amd64", | ||
"checksum": "415266d9af98578067051653f5057ea267c51ebf085408df48b118a8b978bac6", | ||
"archive_path": "linux-amd64" | ||
} | ||
], | ||
"golangci-lint": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-darwin-amd64.tar.gz", | ||
"checksum": "2b2713ec5007e67883aa501eebb81f22abfab0cf0909134ba90f60a066db3760", | ||
"archive_path": "golangci-lint-1.21.0-darwin-amd64/golangci-lint", | ||
"link": true | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-linux-amd64.tar.gz", | ||
"checksum": "2c861f8dc56b560474aa27cab0c075991628cc01af3451e27ac82f5d10d5106b", | ||
"archive_path": "golangci-lint-1.21.0-linux-amd64/golangci-lint", | ||
"link": true | ||
} | ||
], | ||
"goreleaser": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"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/goreleaser/goreleaser/releases/download/v0.120.7/goreleaser_Linux_x86_64.tar.gz", | ||
"checksum": "771f2ad8219078b16a3e82097e9805309f6516640f0c6ab6b87f9b085a8ad743" | ||
} | ||
], | ||
"protoc": [ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"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" | ||
} | ||
], | ||
"semver-next": [ | ||
{ | ||
"os": "darwin", | ||
"arch": "amd64", | ||
"url": "https://github.com/WillAbides/semver-next/releases/download/v0.4.0/semver-next_0.4.0_darwin_amd64.tar.gz", | ||
"checksum": "a519f2c3bbe8972deb094d56c196fec89496f663431321c22be343ced23839fb" | ||
}, | ||
{ | ||
"os": "linux", | ||
"arch": "amd64", | ||
"url": "https://github.com/WillAbides/semver-next/releases/download/v0.4.0/semver-next_0.4.0_linux_amd64.tar.gz", | ||
"checksum": "6317c36bec63158038381e8878601151ae996310fef58306f70cb03f1b46ef7f" | ||
} | ||
] | ||
} | ||
} |