mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 14:50:07 +00:00
Automatically update hashes on commit
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cbf05e2004
commit
69acf19945
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,8 @@
|
|||
default:
|
||||
true
|
||||
|
||||
auto-hook-pre-commit: hash
|
||||
git add SHA256SUMS || true
|
||||
|
||||
hash:
|
||||
shasum -a 256 *.sh > SHA256SUMS
|
||||
|
|
Loading…
Reference in a new issue