We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52f500 commit 77e37ccCopy full SHA for 77e37cc
bucket/aptos.json
@@ -0,0 +1,17 @@
1
+{
2
+ "version": "7.2.0",
3
+ "license": "Apache-2.0",
4
+ "description": "Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience. (CLI)",
5
+ "homepage": "https://github.com/aptos-labs/aptos-core/",
6
+ "architecture": {
7
+ "64bit": {
8
+ "url": "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v7.2.0/aptos-cli-7.2.0-Windows-x86_64.zip",
9
+ "hash": "2828ab6522e8429c96ce3827b8398af7447eb4e14f2fe0299cca1373e497a68d"
10
+ }
11
+ },
12
+ "bin": "aptos.exe",
13
+ "checkver": "github",
14
+ "autoupdate": {
15
+ "url": "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v$version/aptos-cli-$version-Windows-x86_64.zip"
16
17
+}
0 commit comments