junrushao left a comment (apache/tvm-ffi#215) +1
Checked gpg and sha512: ``` curl -fSL https://downloads.apache.org/tvm/KEYS -o KEYS gpg --import KEYS NAME=apache-tvm-ffi-src-v0.1.1.rc0.tar.gz SRC=https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.1-rc0/apache-tvm-ffi-src-v0.1.1.rc0.tar.gz wget $SRC wget $SRC.asc wget $SRC.sha512 gpg --verify $NAME.asc sha512sum -c $NAME.sha512 ``` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-ffi/issues/215#issuecomment-3475233038 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/issues/215/[email protected]>
