Skip to content

Commit

Permalink
AU: 3 updated - marktext marktext.install numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 8, 2022
1 parent b8aeb05 commit 6e08e6f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/marktext.install/marktext.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>marktext.install</id>
<version>0.17.0</version>
<version>0.17.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/marktext.install</packageSourceUrl>
<owners>chtof</owners>
<title>Mark Text (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/marktext.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://github.com/marktext/marktext/releases/download/v0.17.0/marktext-setup.exe'
checksum = '18819048c06775a8b8217edddb81a3619570869de3e41ec94626c9bb18e0881c'
url = 'https://github.com/marktext/marktext/releases/download/v0.17.1/marktext-setup.exe'
checksum = 'b9bf5a5d9307e190cdd12c05e6056ddbed54dce3a1b4fdb28e7d61683ac799aa'
checksumType = 'sha256'

silentArgs = "/S"
Expand Down
4 changes: 2 additions & 2 deletions automatic/marktext/marktext.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>marktext</id>
<version>0.17.0</version>
<version>0.17.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/marktext</packageSourceUrl>
<owners>chtof</owners>
<title>Mark Text</title>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<releaseNotes>https://github.com/marktext/marktext/releases</releaseNotes>
<dependencies>
<dependency id="marktext.install" version="[0.17.0]" />
<dependency id="marktext.install" version="[0.17.1]" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/numpy/numpy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>numpy</id>
<version>1.22.2</version>
<version>1.22.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/numpy</packageSourceUrl>
<owners>chtof</owners>
<title>NumPy</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/numpy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment
$version = '1.22.2'
$version = '1.22.3'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 6e08e6f

Please sign in to comment.