mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(md5sha1sum)
can't jump majors
This commit is contained in:
parent
fe40c776e7
commit
5977c7784e
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ versions:
|
|||
- /\.tar\.gz$/
|
||||
|
||||
dependencies:
|
||||
openssl.org: '>=1.1'
|
||||
openssl.org: ^1.1
|
||||
|
||||
build:
|
||||
script:
|
||||
|
@ -37,4 +37,4 @@ test:
|
|||
- ripemd160sum test.txt > test.txt.ripemd160
|
||||
- md5sum -c test.txt.md5 | grep OK
|
||||
- sha1sum -c test.txt.sha1 | grep OK
|
||||
- ripemd160sum -c test.txt.ripemd160 | grep OK
|
||||
- ripemd160sum -c test.txt.ripemd160 | grep OK
|
||||
|
|
Loading…
Reference in a new issue