Skip to content

Commit

Permalink
AU: 1 updated - spcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2019
1 parent 35d95ba commit dd46ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spcomp/spcomp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spcomp</id>
<version>1.10.6415-dev</version>
<version>1.10.6416-dev</version>
<packageSourceUrl>https://github.com/galeksandrp/au-packages/tree/master/spcomp</packageSourceUrl>
<owners>galeksandrp</owners>
<title>spcomp</title>
Expand Down
4 changes: 2 additions & 2 deletions spcomp/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = "$env:chocolateyPackageName"
url = 'https://sm.alliedmods.net/smdrop/1.10/sourcemod-1.10.0-git6415-windows.zip'
url = 'https://sm.alliedmods.net/smdrop/1.10/sourcemod-1.10.0-git6416-windows.zip'
UnzipLocation = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
checksum = '890e227a498bf4b3bab64a6f91b28380eb16215c86e361b2d2a9e5d5cc5f5122'
checksum = '7aee5fc5425fa2f6ca04c6960f51ed8b1968c8aad926cdb694a2bce412d8a122'
checksumType = 'sha256'
SpecificFolder = "addons\sourcemod\scripting"
}
Expand Down

0 comments on commit dd46ec3

Please sign in to comment.