Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 2 updated - CentBrowser duckietv
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Sep 28, 2017
1 parent 7402adc commit 3458e92
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions automatic/centbrowser/centbrowser.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>CentBrowser</id>
<version>2.8.5.75</version>
<version>2.9.4.34</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/centbrowser</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Cent Browser</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/centbrowser/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_2.8.5.75.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.8.5.75_x64.exe'
$checksum = '61321d3f95d6f7fa32953402aea9356772ff182d6011d687562c8f1b68c81884'
$checksum64 = 'd40aab989927f9958ba5188517d7d22ac3f6cd66c307670446a049884e1262b4'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_2.9.4.34.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.9.4.34_x64.exe'
$checksum = '049623030d5757dd5f2a5d88201f914f2b943c0f4b8c4e25397111c09d0c2499'
$checksum64 = '47cd44155024118ec778a1ac5a98634c5f9e2fd794cee4a41715700818573a13'
$registrypaths = @('HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CentBrowser', 'HKCU:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\CentBrowser')
$version = '2.8.5.75'
$version = '2.9.4.34'

$packageArgs = @{
packageName = $packageName
Expand Down Expand Up @@ -36,4 +36,4 @@ if ($installedVersion -eq $version) {
)
} else {
Install-ChocolateyPackage @packageArgs
}
}
2 changes: 1 addition & 1 deletion automatic/duckietv_pre/duckietv_pre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>duckietv</id>
<version>2017.0927.0130-nightly</version>
<version>2017.0928.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/duckietv_pre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName = 'duckietv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709270130/DuckieTV-201709270130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709270130/DuckieTV-201709270130-windows-x64.zip'
$checksum = 'b5bf37b419d6ac9cfb00788c620b9ed9574ffb551b5d2cae7f8dbf0e18cda419'
$checksum64 = 'd68b03f42a728fe61b30e8e1f5758fa1826055e7cf4c266d008f75ba80585835'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709280130/DuckieTV-201709280130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709280130/DuckieTV-201709280130-windows-x64.zip'
$checksum = 'e351bca823d348b28b9dc45434f1663c5b8f2816b86a5a7cfd4428d25721f37f'
$checksum64 = '7d347f20095a571c3cddd1c64a2f57094d7f050476c2275e742a054c0f73e728'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 3458e92

Please sign in to comment.