mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
oracle-jdk: output wrong sha256sum
This commit is contained in:
parent
78641b5b2c
commit
0b74309a6e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ do_fetch() {
|
|||
-c -O $path \
|
||||
$distfiles
|
||||
mkdir -p $wrksrc
|
||||
echo "$checksum $path" | sha256sum -c
|
||||
echo "$checksum $path" | sha256sum -c || { sha256sum "$path"; return 1; }
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue