Skip to content

Commit a99eff4

Browse files
committed
fix: replace md5 with sha256 in PKGBUILD
1 parent cab5da3 commit a99eff4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@ jobs:
5555
package: downgrade
5656
version: ${{ needs.release.outputs.version }}
5757
publish: ${{ github.ref_name == 'main' }}
58+
59+
# can remove after next release
60+
sed: "s/^md5sums=.*/sha256sums=(x)/"
61+
5862
env:
5963
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)