Skip to content

Commit

Permalink
AU: 1 updated - fileseek.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed May 18, 2021
1 parent 0065b7d commit 86ad33c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions automatic/fileseek.portable/fileseek.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>0.0</version>
<version>6.6</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex</owners>
<!-- ============================== -->
Expand All @@ -47,12 +47,12 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/fileseek.portable</packageSourceUrl>
<docsUrl>https://www.fileseek.ca/Help/</docsUrl>
<summary>Search through files using simple queries or regular expressions.</summary>
<description>FileSeek is an easy-to-use file search app that includes advanced functionality for power users! Search through files using simple queries or regular expressions. You can even sync your search settings between computers.
<description><![CDATA[FileSeek is an easy-to-use file search app that includes advanced functionality for power users! Search through files using simple queries or regular expressions. You can even sync your search settings between computers.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/fileseek.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = ''
$checksum = ''
$checksumType = ''
$url = 'https://binaryfortressdownloads.com/Download/BFSFiles/103/FileSeek-6.6.zip'
$checksum = 'e2c5114d0f523316cd3504a1b2a2f50a720f3bba37688382035f245304d2fd97'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 86ad33c

Please sign in to comment.