mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-16 07:47:55 +01:00
sbopkg: Handle upper case MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
1445644e54
commit
c6d9cfbb23
1 changed files with 1 additions and 1 deletions
|
@ -2944,7 +2944,7 @@ check_source() {
|
|||
# asked to look in the alternate repository
|
||||
|
||||
local PKG=$1
|
||||
local MD5SUM="$2"
|
||||
local MD5SUM=$(echo "$2" | tr [:upper:] [:lower:])
|
||||
local SRCNAME="$3"
|
||||
local MD5CHK REPLY
|
||||
|
||||
|
|
Loading…
Reference in a new issue