crhuber / kelp

A simple alternative to homebrew for installing binary packages on MacOS written in Go.
35 stars 2 forks source link

kelp init fails #13

Closed untcha closed 9 months ago

untcha commented 9 months ago

Hi 👋🏻 yesterday I tried to install kelp, but it fails with the following message:

./kelp init
2024/01/26 09:25:11 unexpected end of JSON input

I'm using an M1 MacBook Pro and used kelp_1.12.2_darwin_arm64

crhuber commented 9 months ago

Fixed in https://github.com/crhuber/kelp/releases/tag/v1.12.3

crhuber commented 9 months ago

Try the latest release 1.12.4

untcha commented 9 months ago

Works fine! 👍🏻 Thanks a lot!