aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2024-02-22 10:18:29 -0800
committerGitHub <noreply@github.com>2024-02-22 10:18:29 -0800
commitb47f2387f14e9e72a0343865b9d026895ee09f09 (patch)
tree9060112408b1e3609d30404f8a22b870596b2921
parentd58326f823943d79f7bb83a2c458e40d8432f617 (diff)
parent7e2dbd1a1a58d97d1b35d9bd5cfcc52ebfb2c653 (diff)
downloadonionshare-b47f2387f14e9e72a0343865b9d026895ee09f09.tar.gz
onionshare-b47f2387f14e9e72a0343865b9d026895ee09f09.zip
Merge pull request #1875 from onionshare/update-build-source
Adds RSA key of Saptak to verify
-rwxr-xr-xbuild-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-source.sh b/build-source.sh
index 7ca9e462..887135a2 100755
--- a/build-source.sh
+++ b/build-source.sh
@@ -46,7 +46,7 @@ then
echo "Tag does not verify"
exit 1
fi
-cat ../verify.txt | grep "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73"
+cat ../verify.txt | grep -e "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73" -e "using RSA key 2E530667425F4B93874935707B7F1772C0C6FCBF"
if [ $? -ne 0 ]
then
echo "Tag signed with wrong key"