From afe6bb330e7938b4b1f063ca3ef55d38d28d8312 Mon Sep 17 00:00:00 2001 From: josiah Date: Sat, 30 May 2026 22:32:14 +0000 Subject: [PATCH] feat: bump mav to 0.0.5 ChangeS: - Mav is moving to gitlab. Switch the recipe to point there. - Bump the version to 0.0.5 - pin mojo to 1.0.0b1 --- recipes/mav/recipe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/mav/recipe.yaml b/recipes/mav/recipe.yaml index 13d2effc..7e3b2567 100644 --- a/recipes/mav/recipe.yaml +++ b/recipes/mav/recipe.yaml @@ -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: @@ -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