Skip to content

Commit

Permalink
AU: 1 updated - rcforb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 24, 2022
1 parent 242f871 commit 7663570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/rcforb/rcforb.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>rcforb</id>
<version>0.7.8014</version>
<version>0.7.8322</version>
<packageSourceUrl>https://github.com/penguin359/chocolatey-packages</packageSourceUrl>
<owners>penguin359</owners>
<title>RCForb</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rcforb/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://download.remotehams.com/download.php?dir=orb&file=RCForb_0.7.8014.exe'
$checksum = 'AF325EE785B567BE61D715F07DC547DFFC89B1367BA5FFB33A10EAAA5A5CA90D'
$url = 'http://download.remotehams.com/download.php?dir=orb&file=RCForb_0.7.8322.exe'
$checksum = '8b411f5eef566f6c64b18c24909c9526f7cbae6de6269a7257deb05d34ae0811'

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

0 comments on commit 7663570

Please sign in to comment.