Ports: Update libjpeg to 9e

This commit is contained in:
Daniel Bertalan 2022-02-19 16:34:50 +01:00 committed by Linus Groh
parent 97a333608e
commit 92449e2f1c
2 changed files with 3 additions and 4 deletions

View file

@ -87,7 +87,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
| [`libicu`](libicu/) | ICU | 69.1 | http://site.icu-project.org/ |
| [`libksba`](libksba/) | libksba | 1.5.1 | https://gnupg.org/software/libksba/index.html |
| [`libjpeg`](libjpeg/) | libjpeg | 9d | https://ijg.org/ |
| [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ |
| [`libmodplug`](libmodplug/) | libmodplug | 0.8.8.5 | http://modplug-xmms.sourceforge.net/ |
| [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg |
| [`liboggz`](liboggz/) | liboggz | 1.1.1 | https://www.xiph.org/oggz/ |

View file

@ -1,9 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libjpeg
version=9d
version=9e
useconfigure=true
use_fresh_config_sub=true
files="https://ijg.org/files/jpegsrc.v${version}.tar.gz jpeg-${version}.tar.gz 2303a6acfb6cc533e0e86e8a9d29f7e6079e118b9de3f96e07a71a11c082fa6a"
files="https://ijg.org/files/jpegsrc.v${version}.tar.gz jpeg-${version}.tar.gz 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d"
auth_type=sha256
workdir="jpeg-$version"