Skip to content

Commit 32cd5e7

Browse files
authored
chore(deps): upgrade aspect CLI and gazelle (#483)
* chore(deps): upgrade aspect CLI and gazelle * update harder
1 parent b0ea3cd commit 32cd5e7

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

tools/tools.lock.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/theoremlp/rules_multitool/main/lockfile.schema.json",
3+
"aspect": {
4+
"binaries": [
5+
{
6+
"kind": "file",
7+
"url": "https://github.com/aspect-build/aspect-cli/releases/download/2025.45.31/aspect-cli_x86_64_unknown_linux_musl",
8+
"sha256": "25668a196a07ef08e8c6bea9c008ced1ba49b5f3817f2153e3527aa1b17953c2",
9+
"os": "linux",
10+
"cpu": "x86_64"
11+
},
12+
{
13+
"kind": "file",
14+
"url": "https://github.com/aspect-build/aspect-cli/releases/download/2025.45.31/aspect-cli_aarch64_apple_darwin",
15+
"sha256": "c4ea3698c225d9e7f8540577c70ab0071f0ba549721ab71a8e66565d38a5104a",
16+
"os": "macos",
17+
"cpu": "arm64"
18+
}
19+
]
20+
},
321
"buf": {
422
"binaries": [
523
{
@@ -93,22 +111,22 @@
93111
"binaries": [
94112
{
95113
"kind": "file",
96-
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.99+1859933/gazelle-darwin_arm64_cgo",
97-
"sha256": "70b73d2333d08938ba05222072b31d587b22e1d122837572078cd24dd1d13585",
114+
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.130+e67fd7a/gazelle-darwin_arm64_cgo",
115+
"sha256": "b1334fdec8e6afbece04f8f0e91cecd2f2502f339b354c1a8fec326a6af97708",
98116
"os": "macos",
99117
"cpu": "arm64"
100118
},
101119
{
102120
"kind": "file",
103-
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.99+1859933/gazelle-linux_amd64_cgo",
104-
"sha256": "5a0dd88684c5467a6e18567bed9ce472cf21bb98af6f3a5666d15a33e58247db",
121+
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.130+e67fd7a/gazelle-linux_amd64_cgo",
122+
"sha256": "f0653fffdc9b5e6de05a429c9bb688f15d7e54c8a3ca5cb32572b673087e2800",
105123
"os": "linux",
106124
"cpu": "x86_64"
107125
},
108126
{
109127
"kind": "file",
110-
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.99+1859933/gazelle-linux_arm64_cgo",
111-
"sha256": "5b5ded1d75a38581a03390662d702636d601ce348a05453c18086fe8351a22c2",
128+
"url": "https://github.com/aspect-build/aspect-gazelle/releases/download/2025.40.130+e67fd7a/gazelle-linux_arm64_cgo",
129+
"sha256": "02364d19b1d4cf348e585cf437651f3c657f0b86a590c42baba99c029cb0a637",
112130
"os": "linux",
113131
"cpu": "arm64"
114132
}

0 commit comments

Comments
 (0)