File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9393 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9494 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95- # confirm we are verying SHA256SUMS that matches the release + sha256
95+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9696 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797 gpgconf --kill all; \
9898 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
9090 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9191 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9292 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93- # confirm we are verying SHA256SUMS that matches the release + sha256
93+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9494 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595 gpgconf --kill all; \
9696 \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9393 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9494 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95- # confirm we are verying SHA256SUMS that matches the release + sha256
95+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9696 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797 gpgconf --kill all; \
9898 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
9090 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9191 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9292 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93- # confirm we are verying SHA256SUMS that matches the release + sha256
93+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9494 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595 gpgconf --kill all; \
9696 \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9393 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9494 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95- # confirm we are verying SHA256SUMS that matches the release + sha256
95+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9696 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797 gpgconf --kill all; \
9898 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
9090 GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
9191 gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
9292 gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93- # confirm we are verying SHA256SUMS that matches the release + sha256
93+ # confirm we are verifying SHA256SUMS that matches the release + sha256
9494 grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595 gpgconf --kill all; \
9696 \
You can’t perform that action at this time.
0 commit comments