Skip to content

Commit

Permalink
AU: 2 updated - keepass-plugin-webautotype thebrain.install
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 11, 2024
1 parent e040664 commit 45729a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>keepass-plugin-webautotype</id>
<title>KeePass Plugin WebAutoType</title>
<version>6.9.0</version>
<version>6.9.1</version>
<authors>Alex Vallat</authors>
<owners>tunisiano</owners>
<summary>Adds support to KeePass AutoType for URL matching</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageName = $env:ChocolateyPackageName
$typName = 'WebAutoType.plgx'
$packageSearch = 'KeePass'
$url = 'https://sourceforge.net/projects/webautotype/files/latest/download'
$checksum = '8682e86bdfd076ab37d44a713c2f7963d454d5e699df80f7b9a2c254dd8899e6'
$checksum = '51ca695efd5886f62b4c8c9c434b0f1363a64a0614ef95d18c78f6935501cdef'
$checksumType = 'sha256'

try {
Expand Down
2 changes: 1 addition & 1 deletion automatic/thebrain.install/thebrain.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thebrain.install</id>
<version>14.0</version>
<version>14.0.38.0</version>
<title>TheBrain (Install)</title>
<authors>TheBrain Technologies LP</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thebrain.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '-q -overwrite'
$url = 'https://salesapi.thebrain.com/?a=doDirectDownload&id=14001'
$url = 'https://updater.thebrain.com/files/TheBrain%2014.0.38.0%20Installer.exe'
$checksum = '3760bd316279218c28359205db4008a02c8d9b9bb8b85c593ebbd06a24f9352e'
$checksumType = 'sha256'
$validExitCodes = @(0)
Expand Down

0 comments on commit 45729a9

Please sign in to comment.