File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
92
92
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
93
93
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
94
94
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
96
96
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
97
97
gpgconf --kill all; \
98
98
\
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
90
90
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
91
91
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
92
92
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
94
94
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
95
95
gpgconf --kill all; \
96
96
\
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
92
92
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
93
93
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
94
94
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
96
96
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
97
97
gpgconf --kill all; \
98
98
\
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
90
90
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
91
91
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
92
92
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
94
94
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
95
95
gpgconf --kill all; \
96
96
\
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
92
92
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
93
93
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
94
94
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
96
96
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
97
97
gpgconf --kill all; \
98
98
\
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
90
90
GNUPGHOME="$(mktemp -d)" ; export GNUPGHOME; \
91
91
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY" ; \
92
92
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
94
94
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
95
95
gpgconf --kill all; \
96
96
\
You can’t perform that action at this time.
0 commit comments