aocl-utils: source sha has changed (#43120)

* aocl-utils: source sha has changed

* aocl-utils: version 4.1 hash updated
This commit is contained in:
Stephen Sachs 2024-03-11 20:45:30 +01:00 committed by GitHub
parent 9dcaa56db4
commit a9d294c532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,10 +39,10 @@ class AoclUtils(CMakePackage):
version( version(
"4.2", "4.2",
sha256="48ce7fae592f5c73a1c3d2c18752f43c939451ed5d3f7a154551f738af440d77", sha256="1294cdf275de44d3a22fea6fc4cd5bf66260d0a19abb2e488b898aaf632486bd",
preferred=True, preferred=True,
) )
version("4.1", sha256="a2f271f5eef07da366dae421af3c89286ebb6239047a31a46451758d4a06bc85") version("4.1", sha256="660746e7770dd195059ec25e124759b126ee9f060f43302d13354560ca76c02c")
variant("doc", default=False, description="enable documentation") variant("doc", default=False, description="enable documentation")
variant("tests", default=False, description="enable testing") variant("tests", default=False, description="enable testing")