Skip to content

Commit

Permalink
ci: fix checksum.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Apr 18, 2023
1 parent a574a54 commit 5a43d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/packaging/rpm/el8/checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ else
RELEASE="$REL.el8"
fi
pushd rpmbuild/RPMS/x86_64
sha256sum flex-$VERSION-$RELEASE.x86_64.rpm > flex-$VERSION-$RELEASE.x86_64.rpm.sha256sum
sha256sum flex-$VERSION-$RELEASE-x86_64.rpm > flex-$VERSION-$RELEASE.x86_64.rpm.sha256sum
popd
2 changes: 1 addition & 1 deletion automation/packaging/rpm/suse15/checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ else
RELEASE="$REL.suse15"
fi
pushd rpmbuild/RPMS/x86_64
sha256sum flex-$VERSION-$RELEASE.x86_64.rpm > flex-$VERSION-$RELEASE.x86_64.rpm.sha256sum
sha256sum flex-$VERSION-$RELEASE-x86_64.rpm > flex-$VERSION-$RELEASE.x86_64.rpm.sha256sum
popd

0 comments on commit 5a43d44

Please sign in to comment.