@agoric/cosmos 0.34.2-dev-b6b074d.0 → 0.34.2-dev-5382a55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Makefile CHANGED
@@ -133,7 +133,11 @@ BUF_VERSION ?= 0.56.0
133
133
 
134
134
  PROTOC_VERSION ?= 3.11.2
135
135
  ifeq ($(UNAME_S),Linux)
136
- PROTOC_ZIP ?= protoc-${PROTOC_VERSION}-linux-x86_64.zip
136
+ ifeq ($(UNAME_M),aarch64)
137
+ PROTOC_ZIP ?= protoc-${PROTOC_VERSION}-linux-aarch_64.zip
138
+ else
139
+ PROTOC_ZIP ?= protoc-${PROTOC_VERSION}-linux-x86_64.zip
140
+ endif
137
141
  endif
138
142
  ifeq ($(UNAME_S),Darwin)
139
143
  PROTOC_ZIP ?= protoc-${PROTOC_VERSION}-osx-x86_64.zip
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- b6b074d
1
+ 5382a55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.34.2-dev-b6b074d.0+b6b074d",
3
+ "version": "0.34.2-dev-5382a55.0+5382a55",
4
4
  "description": "Connect JS to the Cosmos blockchain SDK",
5
5
  "parsers": {
6
6
  "js": "mjs"
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "b6b074d1ab4d645e78f357043bf7c56aabfcaf38"
38
+ "gitHead": "5382a55a055dafed7c0012cf369ac328c387b8ef"
39
39
  }