diff options
author | Erich Eckner <git@eckner.net> | 2020-01-01 18:47:32 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-01 18:47:32 +0100 |
commit | 2f401ba299ebd4aa408ca9187e3e983b0e50c9b6 (patch) | |
tree | 224763aad1eff8825f6f7e9538bdb38b505a1cbe | |
parent | c8f3bda01167a2271ba2c6969b0fbcd80f24d272 (diff) | |
download | devops-2f401ba299ebd4aa408ca9187e3e983b0e50c9b6.tar.xz |
update-archlinux32-package: update multi-line sums correctly, too
-rwxr-xr-x | update-archlinux32-package | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index 7d6da07..c370803 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -303,6 +303,7 @@ case ${update_path} in $b N s/^\S\+sums[^=]*=(.*)/'"${sums}"'/ + Ta } ' "${git_repo_path}/${repo}/${pkgname}/PKGBUILD" if ! ssh arch32-test ' |