Skip to content

Commit c86b9a6

Browse files
committed
contrib: remove verify.sh
This script has been replaced by verify.py.
1 parent c84838e commit c86b9a6

File tree

2 files changed

+7
-184
lines changed

2 files changed

+7
-184
lines changed

contrib/verifybinaries/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ The script returns 0 if everything passes the checks. It returns 1 if either the
2121

2222

2323
```sh
24-
./verify.sh bitcoin-core-0.11.2
25-
./verify.sh bitcoin-core-0.12.0
26-
./verify.sh bitcoin-core-0.13.0-rc3
24+
./verify.py bitcoin-core-0.11.2
25+
./verify.py bitcoin-core-0.12.0
26+
./verify.py bitcoin-core-0.13.0-rc3
2727
```
2828

2929
If you only want to download the binaries of certain platform, add the corresponding suffix, e.g.:
3030

3131
```sh
32-
./verify.sh bitcoin-core-0.11.2-osx
33-
./verify.sh 0.12.0-linux
34-
./verify.sh bitcoin-core-0.13.0-rc3-win64
32+
./verify.py bitcoin-core-0.11.2-osx
33+
./verify.py 0.12.0-linux
34+
./verify.py bitcoin-core-0.13.0-rc3-win64
3535
```
3636

3737
If you do not want to keep the downloaded binaries, specify anything as the second parameter.
3838

3939
```sh
40-
./verify.sh bitcoin-core-0.13.0 delete
40+
./verify.py bitcoin-core-0.13.0 delete
4141
```

contrib/verifybinaries/verify.sh

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)