Tarrasch / zsh-autoenv

Autoenv for zsh
693 stars 30 forks source link

Use cksum instead of sha1sum for checksums #54

Closed blueyed closed 7 years ago

blueyed commented 7 years ago

Fixes https://github.com/Tarrasch/zsh-autoenv/issues/53.

We might to migrate existing checksums?! Not sure if it's worth the effort though..

blueyed commented 7 years ago

Can we just double-check with som Mac-user that they actually have cksum available?

Should be there according to @rspeed. @jasisk Can you confirm this?

jasisk commented 7 years ago

Can you confirm this?

Confirmed. 👍

blueyed commented 7 years ago

Thanks!

rspeed commented 7 years ago

Well crap. I made my own implementation earlier today and got sidetracked before I could push it. Gonna open a PR anyway since there's one difference that I think is probably important.