junrushao commented on issue #151: URL: https://github.com/apache/tvm-ffi/issues/151#issuecomment-3412764756
+1 Also checked gpg and sha512 ``` # import GPG keys curl -fSL https://downloads.apache.org/tvm/KEYS -o KEYS gpg --import KEYS # Verify GPG signature gpg --verify apache-tvm-ffi-src-v0.1.0.rc0.tar.gz.asc # Verify SHA512 sha512sum -c apache-tvm-ffi-src-v0.1.0.rc0.tar.gz.sha512 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
