Skip to content

Commit

Permalink
(conan-io#15229) vorbis: fix required_conan_version
Browse files Browse the repository at this point in the history
  • Loading branch information
vbieleny authored and franramirez688 committed Jan 20, 2023
1 parent f497a72 commit 8476119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vorbis/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from conan.tools.files import apply_conandata_patches, copy, get, rmdir
import os

required_conan_version = ">=1.50.0"
required_conan_version = ">=1.52.0"


class VorbisConan(ConanFile):
Expand Down

0 comments on commit 8476119

Please sign in to comment.