From f94f38121044ec833a9691d6bb190acddaa016f1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 29 Apr 2021 01:15:39 +0200 Subject: [PATCH] Ports: Fix the SHA256 checksum for the yasm port --- Ports/yasm/package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ports/yasm/package.sh b/Ports/yasm/package.sh index 7f5923bc81..95ca322f93 100755 --- a/Ports/yasm/package.sh +++ b/Ports/yasm/package.sh @@ -1,8 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=yasm version=1.3.0 -files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz" -auth_sum="3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f" +files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f" auth_type="sha256" useconfigure=true makeopts=