Skip to content

add sha2 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
linuxbrew hello 1 test $(/brew/bin/hello -g 'Hello_World') = 'Hello_World'
linuxbrew base64 1 echo -n mulled | /brew/bin/base64 | grep 'bXVsbGVk'
linuxbrew coreutils 1 test $(/brew/bin/factor 15 | tr ' ' '_') = '15:_3_5'
linuxbrew sha2 1 test $(echo -n mulled | /brew/bin/sha2 -256 -q) = '950af197b83c2b315d43232ffb1e11118874fd02e4a4d1d2baf93cea419feb5d'
alpine go 1 go version | grep 'go version'
alpine irssi 1 irssi -v
alpine mksh 1 mksh -v
Expand Down