Skip to content

Commit a4ef6b6

Browse files
committed
fix download urls and use regex from coderabbitai
1 parent dd11a31 commit a4ef6b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bucket/antigravity.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"architecture": {
1010
"64bit": {
11-
"url": "https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.0-6324554176528384/windows-x64/Antigravity.exe#/dl.exe",
11+
"url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.0-6324554176528384/windows-x64/Antigravity.exe#/dl.exe",
1212
"hash": "06e1b95dca9bf14fcbfc72ace0c11b42123c0cb65f35ee3c979b63bab3b56a6a"
1313
},
1414
"arm64": {
15-
"url": "https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.0-6324554176528384/windows-arm64/Antigravity.exe#/dl.exe",
15+
"url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.0-6324554176528384/windows-arm/Antigravity.exe#/dl.exe",
1616
"hash": "5b8f70548455c61fbc7ddf137b4d74c189444167085fdd6ef29b8cd2feb57b18"
1717
}
1818
},
@@ -51,19 +51,19 @@
5151
"checkver": {
5252
"url": "https://antigravity-auto-updater-974169037036.us-central1.run.app/api/update/win32-x64-user/stable/latest",
5353
"jp": "$.url",
54-
"regex": "antigravity-hub/(?<version>[\\d.]+)-(?<build>\\d+)"
54+
"regex": ".+/antigravity-hub/(?<version>[\\d.]+)-(?<build>\\d+)/"
5555
},
5656
"autoupdate": {
5757
"architecture": {
5858
"64bit": {
59-
"url": "https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/$version-$matchBuild/windows-x64/Antigravity.exe#/dl.exe",
59+
"url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/$version-$matchBuild/windows-x64/Antigravity.exe#/dl.exe",
6060
"hash": {
6161
"url": "https://antigravity-auto-updater-974169037036.us-central1.run.app/api/update/win32-x64-user/stable/latest",
6262
"jsonpath": "$.sha256hash"
6363
}
6464
},
6565
"arm64": {
66-
"url": "https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/$version-$matchBuild/windows-arm64/Antigravity.exe#/dl.exe",
66+
"url": "https://storage.googleapis.com/antigravity-public/antigravity-hub/$version-$matchBuild/windows-arm/Antigravity.exe#/dl.exe",
6767
"hash": {
6868
"url": "https://antigravity-auto-updater-974169037036.us-central1.run.app/api/update/win32-arm64-user/stable/latest",
6969
"jsonpath": "$.sha256hash"

0 commit comments

Comments
 (0)