Skip to content

Commit e451685

Browse files
committed
[email protected]: Fix autoupdate
* Relates to #7491
1 parent e9ed0d8 commit e451685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/fd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"arm64": {
1818
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
19-
"hash": "sha256:bf9b1e31bcac71c1e95d49c56f0d872f525b95d03854e94b1d4dd6786f825cc5",
19+
"hash": "bf9b1e31bcac71c1e95d49c56f0d872f525b95d03854e94b1d4dd6786f825cc5",
2020
"extract_dir": "fd-v10.3.0-aarch64-pc-windows-msvc"
2121
}
2222
},
@@ -33,7 +33,7 @@
3333
"extract_dir": "fd-v$version-i686-pc-windows-msvc"
3434
},
3535
"arm64": {
36-
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
36+
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-aarch64-pc-windows-msvc.zip",
3737
"extract_dir": "fd-v$version-aarch64-pc-windows-msvc"
3838
}
3939
}

0 commit comments

Comments
 (0)