Skip to content

Commit

Permalink
Update update-package-sha.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Feb 23, 2024
1 parent c2220b1 commit bf8cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update-package-sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -euo pipefail

GITHUB_BRANCH="${1}"
NEW_CHECKSUM= "dae" #$(shasum -a 256 ${2} | awk '{print $1}')
#NEW_CHECKSUM=$(shasum -a 256 ${2} | awk '{print $1}')

sed -i '' "s/checksum: \".*\"/checksum: \"$NEW_CHECKSUM\"/" "Package.swift"
sed -i '' "s/checksum: \".*\"/checksum: \"dae\"/" "Package.swift"

echo "Updating Package.swift framework SHA"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit bf8cbc9

Please sign in to comment.