Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Linux binary to version 1.8.13 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RobinvanderVliet
Copy link

@RobinvanderVliet RobinvanderVliet commented Dec 15, 2023

wget "http://ftp.nl.debian.org/debian/pool/main/p/pngcrush/pngcrush_1.8.13-0.1_amd64.deb" -q -O "pngcrush.deb"

sha1sum pngcrush.deb

0368fe4b52dbb1b6ca75793599b6f2bf5f72f53f pngcrush.deb


dpkg-deb -xv pngcrush.deb .

./usr/bin/pngcrush -version

pngcrush 1.8.13, uses libpng 1.6.36 and zlib 1.2.11
Check http://pmt.sf.net/
for the most recent version.


sha1sum ./usr/bin/pngcrush

91fc93611e63bbbc82791be343f64239be789293 ./usr/bin/pngcrush


I have committed the file ./usr/bin/pngcrush. If you repeat the previous steps, you should see the same sha1 hashes.

Fixes #30!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linux binary is out of date
1 participant