Skip to content

Commit

Permalink
AU: 2 updated - electrum-ltc electrum-ltc.install
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jan 8, 2018
1 parent 0be17f1 commit 5bb34b6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/electrum-ltc.install/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/b072ad4691b5098a70836ae967c907901b226e19/icons/electrum-ltc.png" height="48" width="48" /> ![Electrum-LTC (Install)](https://img.shields.io/chocolatey/v/electrum-ltc.install.svg?label=Electrum-LTC%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/electrum-ltc.install)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/b072ad4691b5098a70836ae967c907901b226e19/icons/electrum-ltc.png" height="48" width="48" /> ![Electrum-LTC](https://img.shields.io/chocolatey/v/electrum-ltc.svg?label=Electrum-LTC%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/electrum-ltc.install)

Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.

Expand Down
9 changes: 4 additions & 5 deletions automatic/electrum-ltc.install/electrum-ltc.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum-ltc.install</id>
<title>Electrum-LTC (Install)</title>
<version>2.9.3.1</version>
<version>3.0.4.1</version>
<authors>Electrum Technologies GmbH</authors>
<owners>AdmiringWorm</owners>
<summary>Electrum-LTC is a simple, but powerful Litecoin wallet.</summary>
Expand All @@ -17,18 +17,17 @@
<bugTrackerUrl>https://github.com/pooler/electrum-ltc/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/pooler/electrum-ltc</projectSourceUrl>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/electrum-ltc.install</packageSourceUrl>
<description>
Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.
<description><![CDATA[Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.
## Features
* **Use instantly:** Electrum doesn't download the blockchain or require your computer to sync with the network. instead, it is maintained on a tamper-proof, remote server.
* **Safe:** Your unique twelve word pass-phrase and private keys are never sent to the Electrum-LTC servers. All information received from the server is verified using [Simplified Payment Verification (SPV)](https://en.bitcoin.it/wiki/Thin_Client_Security#Header-Only_Clients).
* **Forgiving:** Never be concerned about losing your wallet! With your unique twelve-word seed, you can always recover and restore your wallet... even if you sustain the worst of hardware and software failures.
* **Cold storage:** Use Electrum-LTC to generate and manage your security offline wallets, enable you to take some or all of your funds completely offline.
* **Accessible:** Export your private keys to other Litecoin clients, at your convenience.
</description>
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/pooler/electrum-ltc/blob/2.9.3.1/RELEASE-NOTES)
[Software Changelog](https://github.com/pooler/electrum-ltc/blob/3.0.4.1/RELEASE-NOTES)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/electrum-ltc.install/Changelog.md)
</releaseNotes>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum-ltc.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://electrum-ltc.org>
and can be verified like this:

1. Download <https://electrum-ltc.org/download/electrum-ltc-2.9.3.1-setup.exe>
1. Download <https://electrum-ltc.org/download/electrum-ltc-3.0.4.1-setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: CFA7A471F30BAFC917843B65733A81401536879390E8B0C1DED0C9432EBBD1CC
checksum: 57E29195F89067719AA79DFF2FE4FE0185938744F7E7AEC5C0BADAA2C04578CE

File 'LICENSE.txt' is obtained from <https://github.com/pooler/electrum-ltc/blob/305843999eabdb4276109e3dc6b70bf21dbbc29a/LICENCE>
2 changes: 1 addition & 1 deletion automatic/electrum-ltc.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'electrum-ltc.install'
fileType = 'exe'
softwareName = 'Electrum-LTC*'
file = "$toolsDir\electrum-ltc-2.9.3.1-setup.exe"
file = "$toolsDir\electrum-ltc-3.0.4.1-setup.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum-ltc.install/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Electrum-LTC*'

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
Expand All @@ -23,5 +23,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
2 changes: 1 addition & 1 deletion automatic/electrum-ltc/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/b072ad4691b5098a70836ae967c907901b226e19/icons/electrum-ltc.png" height="48" width="48" /> ![Electrum-LTC](https://img.shields.io/chocolatey/v/electrum-ltc.svg?label=Electrum-LTC&style=for-the-badge)](https://chocolatey.org/packages/electrum-ltc)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/b072ad4691b5098a70836ae967c907901b226e19/icons/electrum-ltc.png" height="48" width="48" /> ![Electrum-LTC](https://img.shields.io/chocolatey/v/electrum-ltc.svg?label=Electrum-LTC%20(Install)&style=for-the-badge)](https://chocolatey.org/packages/electrum-ltc)

Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.

Expand Down
11 changes: 5 additions & 6 deletions automatic/electrum-ltc/electrum-ltc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum-ltc</id>
<title>Electrum-LTC</title>
<version>2.9.3.1</version>
<version>3.0.4.1</version>
<authors>Electrum Technologies GmbH</authors>
<owners>AdmiringWorm</owners>
<summary>Electrum-LTC is a simple, but powerful Litecoin wallet.</summary>
Expand All @@ -17,22 +17,21 @@
<bugTrackerUrl>https://github.com/pooler/electrum-ltc/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/pooler/electrum-ltc</projectSourceUrl>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/electrum-ltc.install</packageSourceUrl>
<description>
Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.
<description><![CDATA[Electrum-LTC is a simple, but powerful Litecoin wallet. A twelve-word security passphrase (or “seed”) leaves intruders stranded and your peace of mind intact. Keep it on paper, or in your head... and never worry about losing your litecoins to theft or hardware failure. No waiting, no lengthy blockchain downloads and no syncing to the network.
## Features
* **Use instantly:** Electrum doesn't download the blockchain or require your computer to sync with the network. instead, it is maintained on a tamper-proof, remote server.
* **Safe:** Your unique twelve word pass-phrase and private keys are never sent to the Electrum-LTC servers. All information received from the server is verified using [Simplified Payment Verification (SPV)](https://en.bitcoin.it/wiki/Thin_Client_Security#Header-Only_Clients).
* **Forgiving:** Never be concerned about losing your wallet! With your unique twelve-word seed, you can always recover and restore your wallet... even if you sustain the worst of hardware and software failures.
* **Cold storage:** Use Electrum-LTC to generate and manage your security offline wallets, enable you to take some or all of your funds completely offline.
* **Accessible:** Export your private keys to other Litecoin clients, at your convenience.
</description>
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/pooler/electrum-ltc/blob/2.9.3.1/RELEASE-NOTES)
[Software Changelog](https://github.com/pooler/electrum-ltc/blob/3.0.4.1/RELEASE-NOTES)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/electrum-ltc.install/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="electrum-ltc.install" version="[2.9.3.1]" />
<dependency id="electrum-ltc.install" version="[3.0.4.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5bb34b6

Please sign in to comment.