Skip to content

Commit

Permalink
Merge branch 'master' into sauterp/sc-77213/install-script-verify-sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp authored Sep 18, 2023
2 parents 95b32df + f85daf5 commit b3d57ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cd /home/runner/$aurpkg
sed -i "/^pkgver=/s/.*/pkgver=$version_tag/" PKGBUILD
if [ $aurpkg == "exoscale-cli-bin" ]; then
sed -i "/^sha256sums=/s/.*/sha256sums=\('$checksum'\)/" PKGBUILD
sed -i "/^sha256sums=/s/.*/sha256sums=\('$checksum'/" PKGBUILD
fi
makepkg
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## UNRELEASED

- install script: verify signatures before installation #540
- release: adapt AUR release script for signed packages #541

## 1.73.0

Expand Down

0 comments on commit b3d57ce

Please sign in to comment.