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 AbrilRBS committed Jan 16, 2023
1 parent 328252a commit a1ead6a
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 a1ead6a

Please sign in to comment.