Skip to content

Commit

Permalink
Update version and year in chocolatey scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
goriy committed Sep 11, 2018
1 parent 18b0065 commit 92992d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions pkg-src/downloadable/sif.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>sif</id>
<version>2.0-rc8</version>
<version>2.0-rc9</version>
<packageSourceUrl>https://github.com/goriy/sif/tree/master/pkg-src</packageSourceUrl>
<owners>goriy</owners>
<!-- ============================== -->
Expand All @@ -13,9 +13,9 @@
<title>Search In Files (Portable)</title>
<authors>goriy</authors>
<projectUrl>https://github.com/goriy/sif</projectUrl>
<iconUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/res/sif2.png</iconUrl>
<copyright>2015 - 2017, goriy</copyright>
<licenseUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/LICENSE</licenseUrl>
<iconUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/res/sif2.png</iconUrl>
<copyright>2015 - 2018, goriy</copyright>
<licenseUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/goriy/sif</projectSourceUrl>
<!--<docsUrl>At what url are the software docs located?</docsUrl>-->
Expand Down Expand Up @@ -50,7 +50,7 @@ without any installation procedures (other than simple exe-file copy).
No administrative priviledges are required.

</description>
<releaseNotes>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/CHANGELOG.md</releaseNotes>
<releaseNotes>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/CHANGELOG.md</releaseNotes>
<provides>sif</provides>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion pkg-src/downloadable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

1. Go to https://github.com/goriy/sif/releases, scroll down to release
of version 2.0-rc8 and download binary zip files:
of version 2.0-rc9 and download binary zip files:

x32: sif2.zip
x64: sif2_x64.zip
Expand Down
4 changes: 2 additions & 2 deletions pkg-src/downloadable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'sif'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/goriy/sif/releases/download/v.2.0-rc8/sif2.zip'
$url64 = 'https://github.com/goriy/sif/releases/download/v.2.0-rc8/sif2_x64.zip'
$url = 'https://github.com/goriy/sif/releases/download/v.2.0-rc9/sif2.zip'
$url64 = 'https://github.com/goriy/sif/releases/download/v.2.0-rc9/sif2_x64.zip'

$packageArgs = @{
packageName = $packageName
Expand Down
10 changes: 5 additions & 5 deletions pkg-src/embedded/sif.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>sif</id>
<version>2.0-rc8</version>
<version>2.0-rc9</version>
<packageSourceUrl>https://github.com/goriy/sif/tree/master/pkg-src</packageSourceUrl>
<owners>goriy</owners>
<!-- ============================== -->
Expand All @@ -13,9 +13,9 @@
<title>Search In Files (Portable)</title>
<authors>goriy</authors>
<projectUrl>https://github.com/goriy/sif</projectUrl>
<iconUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/res/sif2.png</iconUrl>
<copyright>2015 - 2017, goriy</copyright>
<licenseUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/LICENSE</licenseUrl>
<iconUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/res/sif2.png</iconUrl>
<copyright>2015 - 2018, goriy</copyright>
<licenseUrl>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/goriy/sif</projectSourceUrl>
<!--<docsUrl>At what url are the software docs located?</docsUrl>-->
Expand Down Expand Up @@ -50,7 +50,7 @@ without any installation procedures (other than simple exe-file copy).
No administrative priviledges are required.

</description>
<releaseNotes>https://cdn.rawgit.com/goriy/sif/v.2.0-rc8/CHANGELOG.md</releaseNotes>
<releaseNotes>https://cdn.rawgit.com/goriy/sif/v.2.0-rc9/CHANGELOG.md</releaseNotes>
<provides>sif</provides>
</metadata>
<files>
Expand Down

0 comments on commit 92992d1

Please sign in to comment.