diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8609db37..5f8abefa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # - id: docformatter # args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.14.4 hooks: - id: ruff-format - id: ruff-check diff --git a/recipes/libjpeg/meta.yaml b/recipes/libjpeg/meta.yaml index 807445cb..fcd8a9c9 100644 --- a/recipes/libjpeg/meta.yaml +++ b/recipes/libjpeg/meta.yaml @@ -3,7 +3,7 @@ package: version: 1.5.3 source: - url: https://downloads.sourceforge.net/project/libjpeg-turbo/{version}/libjpeg-turbo-{version}.tar.gz + url: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/{version}/libjpeg-turbo-{version}.tar.gz patches: - config.patch