We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f411843 commit 01b5b98Copy full SHA for 01b5b98
recipes/recipes_emscripten/jpeg/recipe.yaml
@@ -1,13 +1,13 @@
1
context:
2
- version: 9e
+ version: 9f
3
4
package:
5
name: jpeg
6
version: ${{ version }}
7
8
source:
9
- url: http://www.ijg.org/files/jpegsrc.v${{ version }}.tar.gz
10
- sha256: 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
+ url: https://www.ijg.org/files/jpegsrc.v${{ version }}.tar.gz
+ sha256: 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
11
12
build:
13
number: 0
@@ -20,6 +20,13 @@ requirements:
20
run_constraints:
21
- libjpeg-turbo <0.0.0a
22
23
+tests:
24
+- package_contents:
25
+ files:
26
+ - include/jpeglib.h
27
+ - lib/libjpeg.a
28
+ - lib/pkgconfig/libjpeg.pc
29
+
30
about:
31
homepage: http://www.ijg.org/
32
license: IJG
0 commit comments