We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1669fe1 + a879f23 commit fd8178aCopy full SHA for fd8178a
packages.tsv
@@ -2,6 +2,7 @@
2
linuxbrew hello 1 test $(/brew/bin/hello -g 'Hello_World') = 'Hello_World'
3
linuxbrew base64 1 echo -n mulled | /brew/bin/base64 | grep 'bXVsbGVk'
4
linuxbrew coreutils 1 test $(/brew/bin/factor 15 | tr ' ' '_') = '15:_3_5'
5
+linuxbrew sha2 1 test $(echo -n mulled | /brew/bin/sha2 -256 -q) = '950af197b83c2b315d43232ffb1e11118874fd02e4a4d1d2baf93cea419feb5d'
6
alpine go 1 go version | grep 'go version'
7
alpine irssi 1 irssi -v
8
alpine mksh 1 mksh -v
0 commit comments