Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 11, 2024
2 parents ebd865f + 45729a9 commit f0b9cb6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion automatic/thebrain.install/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function global:au_GetLatest {
$File = "$($env:TEMP)\thebrain.ps1"
Invoke-WebRequest -Uri $url32 -OutFile $File
$version=[System.Diagnostics.FileVersionInfo]::GetVersionInfo($File).FileVersion

$Latest = @{ URL32 = $url32; Version = $version; ReleaseNotes = $ReleasesNotes }
return $Latest
}
Expand Down
2 changes: 1 addition & 1 deletion tools/Check/exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Swish
todobackup
trim
vcexpress2010
videocacheview
vim-tux
windows
wirelesskeyview
xdel
xfinder
xmeters
zimbra-desktop
videocacheview

0 comments on commit f0b9cb6

Please sign in to comment.