I'm trying to install Gitkraken with these commands :
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/programming/gitkraken/pspec.xml
sudo eopkg it gitkraken*.eopkg;sudo rm gitkraken*.eopkg
Sadly, it fails with this error :
Unpacking archive(s)...
Program terminated.
unpack: check_file_hash failed
My guess is that the new 1.5 version is out, changing the hash (!?!), which is breaking the pspec.xml. Not sure if it is the good place to report this issue.
Cheers