Skip to content

Commit e26afbb

Browse files
committed
AU: 2 updated - sqlite-studio.install sqlite-studio.portable
[skip ci] https://gist.github.com/mikeee/17b5a042cba1bd9da2bf21615aab4f0f/e3e03a7ce57904deec89b7bd19d0d19faa67577a
1 parent c66ab2a commit e26afbb

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

automatic/sqlite-studio.install/sqlite-studio.install.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>0.0.0</version>
24+
<version>3.4.17</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sqlite-studio.install</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/sqlite-studio.install/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url = ''
6-
url64 = ''
7-
checksum = ''
5+
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-windows-x86-installer.exe'
6+
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-windows-x64-installer.exe'
7+
checksum = '29a50c3ed5ca11c72445d558848b4934ee348a6ada84b70736f256e1f68c514a'
88
checksumType = 'SHA256'
9-
checksum64 = ''
9+
checksum64 = '5018ea571c2a3416944267d387cb75eea99d46ebd010f6aa5c35df1f7690c894'
1010
checksumType64 = 'SHA256'
1111
fileType = 'EXE'
1212
silentArgs = '--mode unattended --install_for all'

automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>3.4.15</version>
24+
<version>3.4.17</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/sqlite-studio.portable</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ $toolsDir = Join-Path -Path (Get-ToolsLocation) -ChildPath 'sqlite-studio.port
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
8-
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x86.zip'
9-
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x64.zip'
10-
checksum = '2f81ece0a0b3d6fd0d519220abd582699907138bd8d7c07e3ecb9fe1127b8e47'
8+
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-windows-x86.zip'
9+
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.17/sqlitestudio-3.4.17-windows-x64.zip'
10+
checksum = 'b826430a86c1f144f51ccdc854b100cf2af77005f502da0ed3f16661a123ecb9'
1111
checksumType = 'SHA256'
12-
checksum64 = 'b9bdb58a18b6ee4a4e400c69bbdb3a0b2b80c0c57cf1f6db73cc7a86d58a2e79'
12+
checksum64 = 'cc2705b3268745c01782101a963f29708d3ec2bee86a9b7b531a7ce3e80441f8'
1313
checksumType64 = 'SHA256'
1414

1515
unzipLocation = $toolsDir

0 commit comments

Comments
 (0)