Skip to content

Commit fd8178a

Browse files
committed
Merge branch 'master' into add_theta2
2 parents 1669fe1 + a879f23 commit fd8178a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages.tsv

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
linuxbrew hello 1 test $(/brew/bin/hello -g 'Hello_World') = 'Hello_World'
33
linuxbrew base64 1 echo -n mulled | /brew/bin/base64 | grep 'bXVsbGVk'
44
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'
56
alpine go 1 go version | grep 'go version'
67
alpine irssi 1 irssi -v
78
alpine mksh 1 mksh -v

0 commit comments

Comments
 (0)