Skip to content

Checksum not upper case in the makefile in folder Intel_Quartus_Prime_20.1.1 #4

@DanielHdInfo

Description

@DanielHdInfo

ECLIPSE=eclipse-cpp-mars-2-linux-gtk-x86_64.tar.gz
ECLIPSE_CHECKSUM=82ecb7c19323004e08fd1bbac8564820

${ECLIPSE}:
curl -LO "$(ECLIPSE_URL)"
@sum=$$(md5sum $(ECLIPSE) | awk '{print toupper($$1)}');
if [ "$$SUM" != "$(ECLIPSE_CHECKSUM)" ]; then echo "Checksum doesn't match.";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions