Skip to content

Commit

Permalink
net-snmp: downgrade strawberryperl
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 27, 2024
1 parent f72e0c5 commit 2b2bb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/net-snmp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def validate(self):

def build_requirements(self):
if is_msvc(self):
self.tool_requires("strawberryperl/5.32.1.1")
self.tool_requires("strawberryperl/5.30.0.1")
else:
self.tool_requires("gnu-config/cci.20210814")
self.tool_requires("autoconf/2.71")
Expand Down

0 comments on commit 2b2bb27

Please sign in to comment.