diff options
Diffstat (limited to 'bat.spec')
-rw-r--r-- | bat.spec | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ License: Apache-2.0, MIT URL: https://github.com/sharkdp/bat Source0: https://gitee.com/zerocraft/bat/blob/master/bat-%{version}.tar.gz -Patch0000: config BuildRequires: cargo @@ -18,4 +17,4 @@ A cat(1) clone with syntax highlighting and Git integration. %install cp config ~/.cargo -cargo install --locked bat +cargo install --registry "https://rsproxy.cn/crates.io-index" --locked bat |