mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-12-20 18:01:22 +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:
|
default:
|
||||||
true
|
true
|
||||||
|
|
||||||
|
auto-hook-pre-commit: hash
|
||||||
|
git add SHA256SUMS || true
|
||||||
|
|
||||||
hash:
|
hash:
|
||||||
shasum -a 256 *.sh > SHA256SUMS
|
shasum -a 256 *.sh > SHA256SUMS
|
||||||
|
|
Loading…
Reference in a new issue