stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Update snapcraft.yaml #111

Closed aaronliu0130 closed 2 years ago

aaronliu0130 commented 2 years ago

How can we test this? Step by step instructions please.

  1. cd into repo root.
  2. sudo docker run -it --rm -v "$PWD:$PWD" -w "$PWD" snapcore/snapcraft sh -c 'apt-get update && snapcraft'
  3. sudo snap install --dangerous ./*.snap

What happened before?

ImageMagick and TIV were outdated in the snap.

What should happen with this fix?

The snapcraft.yaml file should have updated files.

Anything else we should know about this patch?

I don't use linux, so I have no way of publishing the snap. I also have no knowledge of snapcraft, I just replaced the URLs.

aaronliu0130 commented 2 years ago

Already updated newer as of 1b89356, it's just that the snap in snapcraft isn't updated...