Skip to content

Commit

Permalink
[GitHub Actions] Updating SurrealDB on Chocolatey v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Sep 17, 2024
1 parent 303d318 commit b88cc93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion current.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.5
v2.0.0
2 changes: 1 addition & 1 deletion surreal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>surreal</id>
<version>1.5.5</version>
<version>2.0.0</version>
<packageSourceUrl>https://github.com/surrealdb/chocolatey</packageSourceUrl>
<owners>surrealdb</owners>
<title>SurrealDB</title>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ $packageArgs = @{

softwareName = 'surrealdb*'

checksum = 'D9F1AD7614F372E5327DD38C6DADBCFE00B8AA36EFE959DE9D0290740DCB1AE3'
checksum = '956D888B60F861098D26262B0B0708F23CCA616E4BBC4C820F715282B8FF2936'
checksumType = 'sha256'
checksum64 = 'D9F1AD7614F372E5327DD38C6DADBCFE00B8AA36EFE959DE9D0290740DCB1AE3'
checksum64 = '956D888B60F861098D26262B0B0708F23CCA616E4BBC4C820F715282B8FF2936'
checksumType64= 'sha256'
}

Expand Down

0 comments on commit b88cc93

Please sign in to comment.