Skip to content

Commit

Permalink
Hash to lowercase according to new leccore specifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmus committed Mar 21, 2022
1 parent 8e8b274 commit 74758c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions collab.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ xcopy "$(ProjectDir)collab.sink" "$(ProjectDir)..\bin\" /F /R /Y /I</Command>
<None Include="collab.sink" />
<None Include="collab.source" />
</ItemGroup>
<ItemGroup>
<Xml Include="latest_update.xml" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
5 changes: 5 additions & 0 deletions collab.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,9 @@
<Filter>collab</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Xml Include="latest_update.xml">
<Filter>collab</Filter>
</Xml>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions latest_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<download_url>https://github.com/alecmus/collab/releases/download/v1.0.0-alpha.1/update.32.zip</download_url>
<size>3344140</size>
<hash>
<sha256>363B5EC7F8B8B909A61CD32A967428912C9174D5E74D87681B537F07E01FD218</sha256>
<sha256>363b5ec7f8b8b909a61cd32a967428912c9174d5e74d87681b537f07e01fd218</sha256>
</hash>
</x86>
<x64>
<download_url>https://github.com/alecmus/collab/releases/download/v1.0.0-alpha.1/update.64.zip</download_url>
<size>4058655</size>
<hash>
<sha256>2758A60368173618EE5861B26E04D6D10962CD343197ADCA583114BC02C4E45A</sha256>
<sha256>2758a60368173618ee5861b26e04d6d10962cd343197adca583114bc02c4e45a</sha256>
</hash>
</x64>
</update>
Expand Down

0 comments on commit 74758c7

Please sign in to comment.