Skip to content

Commit

Permalink
AU: 2 updated - ngspice sublimemerge
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 16, 2023
1 parent 16edc65 commit 8db8ef4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/ngspice/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://cytranet.dl.sourceforge.net/project/ngspice/ng-spice-rework/40/ngspice-40_64.7z
x64: https://gigenet.dl.sourceforge.net/project/ngspice/ng-spice-rework/41/ngspice-41_64.7z

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 575D2A399686C9932864B870066CF540AA6C2D2261D5C310D901FA00FD60EDF0
checksum64: 5EB43C516C3DB28048D9C0D26CAA423840AFBE5A2D47FFD47D380242C065932B

File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING?format=raw
2 changes: 1 addition & 1 deletion automatic/ngspice/ngspice.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>ngspice</id>
<version>40.0</version>
<version>41.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ngspice</packageSourceUrl>
<owners>chtof</owners>
<title>Ngspice</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ngspice/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file64 = "$toolsDir\ngspice-40_64.7z"
file64 = "$toolsDir\ngspice-41_64.7z"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.0.2083",
"dev": "0.0.2087-dev"
"dev": "0.0.2088-dev"
}
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.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>sublimemerge</id>
<version>0.0.2087-dev</version>
<version>0.0.2088-dev</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/sublimemerge</packageSourceUrl>
<owners>chtof</owners>
<title>Sublime Merge</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sublimemerge/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url64 = 'https://download.sublimetext.com/sublime_merge_build_2087_x64_setup.exe'
checksum64 = '6227b9121dfebf9d6b321c74acfdf725cb3171f83537b7a3bad7b501bc3bc6d1'
url64 = 'https://download.sublimetext.com/sublime_merge_build_2088_x64_setup.exe'
checksum64 = '1ce4d9b3d356a6c8c257f4ea64de065ffb166f0b41dbec2d91bf258eebbdbca4'
checksumType = 'sha256'


Expand Down

0 comments on commit 8db8ef4

Please sign in to comment.