Skip to content

Tags: nlnwa/fai

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from nlnwa/fix/nil-pointer-exception

Fix nil pointer exception

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from nlnwa/feat/md5sum-formatted-checksum-file

Use "md5sum -b" style separator in generated checksum files

v0.1.2

Toggle v0.1.2's commit message
fix: only use basename of filepath in generated checksum file

v0.1.1

Toggle v0.1.1's commit message
fix: use temp dir as specified by flag

This commit fixes the temp dir path to be exactly as specified
by the provided flag. By appending a suffix path the validation
will fail spuriously because the temp dir cannot be accessed if it
does not exist.

v0.1.0

Toggle v0.1.0's commit message
Initial commit