Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions recipes/mav/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "0.0.4"
mojo_version: "=0.26.2"
version: "0.0.5"
mojo_version: "=1.0.0b1"

package:
name: "mav"
version: ${{ version }}

source:
- git: https://github.com/josiahls/mav.git
- git: https://gitlab.com/josiahls/mav.git
rev: 6d4e4b6a996ed6e6b8226c99ebd02eac40de812a

build:
Expand All @@ -27,11 +27,11 @@ requirements:
- "ffmpeg ==8.0.1 *lgpl*"

about:
homepage: https://github.com/josiahls/mav
homepage: https://gitlab.com/josiahls/mav
license: Apache-2.0
license_file: LICENSE
summary: MAV (Mojo Audio Video) is a FFmpeg binding library for Mojo.
repository: https://github.com/josiahls/mav
repository: https://gitlab.com/josiahls/mav

extra:
project_name: mav
Expand Down
Loading