Skip to content

Commit

Permalink
Add verification metadata for MacOS x86 artifacts
Browse files Browse the repository at this point in the history
This commit updates the verification-metadata.xml file to include
osx-x86_64 variants of protoc dependencies.
  • Loading branch information
cbeams committed Nov 13, 2021
1 parent 695fe39 commit f43c3d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@
<artifact name="protoc-3.19.1-osx-aarch_64.exe">
<sha256 value="3431ad66f3bb24cd5196e92a561b0e03bf2906c894bc94d131daaa637094abac" origin="Generated by Gradle"/>
</artifact>
<artifact name="protoc-3.19.1-osx-x86_64.exe">
<sha256 value="3431ad66f3bb24cd5196e92a561b0e03bf2906c894bc94d131daaa637094abac" origin="Generated by Gradle"/>
</artifact>
<artifact name="protoc-3.19.1.pom">
<sha256 value="71a3da76c0c3b7bedb71c1e65f18f47193cc73ef1f27fc26b0a70715794019b7" origin="Generated by Gradle"/>
</artifact>
Expand Down Expand Up @@ -1154,6 +1157,9 @@
<artifact name="protoc-gen-grpc-java-1.42.1-osx-aarch_64.exe">
<sha256 value="f343841e08c9cbffdda92278f01f4ab9c2afb91b6125047e4c8d0aaf59736764" origin="Generated by Gradle"/>
</artifact>
<artifact name="protoc-gen-grpc-java-1.42.1-osx-x86_64.exe">
<sha256 value="f343841e08c9cbffdda92278f01f4ab9c2afb91b6125047e4c8d0aaf59736764" origin="Generated by Gradle"/>
</artifact>
<artifact name="protoc-gen-grpc-java-1.42.1.pom">
<sha256 value="9856d0a3e07df312825e698082b6ec6401cd15814ca74092ae58084f4925e784" origin="Generated by Gradle"/>
</artifact>
Expand Down

0 comments on commit f43c3d7

Please sign in to comment.