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 31, 2019
1 parent d530fea commit 2ce7bd9
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.6421-dev</version>
<version>1.10.6423-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-git6421-windows.zip'
url = 'https://sm.alliedmods.net/smdrop/1.10/sourcemod-1.10.0-git6423-windows.zip'
UnzipLocation = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
checksum = 'f853c883170ba14ec3f45e0c5e3eef991384bb914f182a9ecc60e5e52126f350'
checksum = '3c319d57865558f861cb9a307dfe0e0cc5eacb33e0be8bbc1a88107b2d78c6de'
checksumType = 'sha256'
SpecificFolder = "addons\sourcemod\scripting"
}
Expand Down

0 comments on commit 2ce7bd9

Please sign in to comment.