Skip to content

Commit

Permalink
AU: 6 updated - bitcoin bitcoin.install bitcoin.portable geany geany-…
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 20, 2023
1 parent f4e8e58 commit 0dbc82a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/bitcoin.install/bitcoin.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin.install</id>
<title>Bitcoin Core Wallet (Install)</title>
<version>25.0</version>
<version>25.1</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0-win64-setup.exe'
$checksum64 = '69fa4b86e335238e7631bcb062dd17eb100708cc5a7388edce921a0ec6737bca'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1-win64-setup.exe'
$checksum64 = '964f0d567f1ad9f742b85c51caee7434e1ef123419e17fa7e1ab677e58363f3b'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/bitcoin.portable/bitcoin.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin.portable</id>
<title>Bitcoin Core Wallet (Portable)</title>
<version>25.0</version>
<version>25.1</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0-win64.zip'
$checksum64 = '7154b35ecc8247589070ae739b7c73c4dee4794bea49eb18dc66faed65b819e7'
$url64 = 'https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1-win64.zip'
$checksum64 = 'da722a4573b46b9a66aa53992b1ef296ab1b2b75dbdaa3b4eff65cbed438637a'
$checksumType64 = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin/bitcoin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin</id>
<title>Bitcoin Core Wallet</title>
<version>25.0</version>
<version>25.1</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down Expand Up @@ -91,7 +91,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
* Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)</releaseNotes>
<conflicts>bitcoinxt</conflicts>
<dependencies>
<dependency id="bitcoin.install" version="[25.0]" />
<dependency id="bitcoin.install" version="[25.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/geany-plugins/geany-plugins.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>geany-plugins</id>
<version>1.38</version>
<version>2.0</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/geany-plugins</packageSourceUrl>
<owners>tunisiano</owners>
<title>geany-plugins (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/geany-plugins/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 = 'https://plugins.geany.org/geany-plugins/geany-plugins-1.38_setup.exe'
$checksum = '3bb95f8aed7e37de495b899865d9fc51b951e7385842f2c11df2cdddbd5f80f6'
$url = 'https://plugins.geany.org/geany-plugins/geany-plugins-2.0_setup.exe'
$checksum = '14f6e264fccb05126143ebac7fafd89ae360faf5d8df82250c7804e52c9c2637'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/geany/geany.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>geany</id>
<version>1.38.0</version>
<version>2.0.0</version>
<title>Geany</title>
<authors>Enrico Tröger, Frank Lanitz, Nick Treleaven and Dominic Hopf</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/geany/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = 'geany'
$installerType = 'exe'
$silentArgs = '/S'
$url32 = 'https://github.com/geany/geany/releases/download/1.38.0/geany-1.38_setup.exe'
$checksum32 = '6791f03161d5271f2dc47fff814da713b4ff89fd05c0bec0deb380261c8f8bcf'
$url32 = 'https://github.com/geany/geany/releases/download/2.0.0/geany-2.0_setup.exe'
$checksum32 = 'c23139d7b15f9716a09b46efaceb60532458fbc08f78374987ab8602875d5a40'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus.portable/rufus.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>rufus.portable</id>
<version>4.2</version>
<version>4.3</version>
<title>Rufus (Portable)</title>
<authors>Pete "Akeo" Batard</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName

$url = 'https://github.com/pbatard/rufus/releases/download/v4.2/rufus-4.2p.exe'
$checksum = 'c8420cf0f9f5e9a413865a34d998c6e56617cece45b2fb9f92dc28615bcc0ed7'
$url = 'https://github.com/pbatard/rufus/releases/download/v4.3/rufus-4.3p.exe'
$checksum = '9158fed9fb694bc7f7c0520205c101defdffe225a4c1f9af1a3c62314d51fdca'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "rufusp.exe"
Expand Down

0 comments on commit 0dbc82a

Please sign in to comment.