Skip to content

Commit

Permalink
AU: 3 updated - blink electron multibit-hd
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 5, 2020
1 parent 6b47ffd commit 9ed1d23
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/blink/blink.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>blink</id>
<title>Blink</title>
<version>3.1.0</version>
<version>3.2.0</version>
<authors>Adrian Georgescu</authors>
<owners>tunisiano</owners>
<summary>Real-time communications client using SIP protocol</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ With Electron, creating a desktop application for your company or idea is easy.
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

Support me on [Patreon](https://www.patreon.com/bePatron?u=39585820)
Support me on [Patreon](https://www.patreon.com/bePatron?u=39585820)
11 changes: 8 additions & 3 deletions automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>9.1.2</version>
<version>9.2.0</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
<description><![CDATA[
<description><![CDATA[## Electron
Electron, formerly _Atom Shell_, framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on [io.js](https://chocolatey.org/packages/io.js) and [Chromium](https://chocolatey.org/packages/chromium) and is used in the [Atom editor](https://chocolatey.org/packages/atom).
With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker.
Expand All @@ -19,13 +19,18 @@ With Electron, creating a desktop application for your company or idea is easy.
* [Forum](https://discuss.atom.io/c/electron)
* [IRC](http://webchat.freenode.net/?nick=username..%26channels=%23atom-shell%26prompt=1)
* [Twitter](https://twitter.com/electronjs)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support me on [Patreon](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/electron</packageSourceUrl>
<projectUrl>http://electron.atom.io/</projectUrl>
<projectSourceUrl>https://gitlab.com/chocolatey-packages/automatic-updating/-/tree/master/automatic/electron</projectSourceUrl>
<bugTrackerUrl>https://github.com/atom/electron/issues</bugTrackerUrl>
<docsUrl>http://electron.atom.io/docs/</docsUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@bf7bd1c6cd3eab65ad33c890a2f1807265933f6d/icons/electron.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@7506c56eb4e327a92d51d0b608dc4af2364f7e61/icons/electron.png</iconUrl>
<tags>atom web development builder</tags>
<copyright>GitHub Inc</copyright>
<licenseUrl>https://github.com/atom/electron/blob/master/LICENSE</licenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v9.1.2/electron-v9.1.2-win32-ia32.zip'
$checksum = '78400cbf365b5e6b3c323bd5c877aa53f1e2454a32818967aac688edd9a9d617'
$url = 'https://github.com/electron/electron/releases/download/v9.2.0/electron-v9.2.0-win32-ia32.zip'
$checksum = '71f4de93dd0919fdf24a8dba786647c056a9e986c77847c864b6046a3a4fc755'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v9.1.2/electron-v9.1.2-win32-x64.zip'
$checksum64 = '5d004e34bd1d16967cedbe98d1a00ed6bfe3b2bb9f066cc2d6dac44deb8ab938'
$url64 = 'https://github.com/electron/electron/releases/download/v9.2.0/electron-v9.2.0-win32-x64.zip'
$checksum64 = 'b2c0a62e51906d6e4beab2328942a54f0f4aa1c7e31cae6985a821000b7d9c79'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
4 changes: 2 additions & 2 deletions automatic/multibit-hd/multibit-hd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>multibit-hd</id>
<title>MultiBit HD</title>
<version>0.5.0</version>
<version>0.5.1</version>
<authors>Jim Burton,Gary Rowe</authors>
<owners>tunisiano</owners>
<summary>Hierarchical Deterministic Bitcoin desktop wallet</summary>
Expand All @@ -20,7 +20,7 @@ The target audience is "international mainstream" which compels the user interfa
* [Forum](https://bitcointalk.org/index.php?board=99.0)
#### Commercial software
Please note that although this is open source software, a cost to use is integrated into the distributed binaries. Please see [Terms and Conditions](https://multibit.org/tandc.html) for details.
Please note that although this is open source software, a cost to use is integrated into the distributed binaries. Please see [Terms and Conditions](https://multibit.org/legal/terms-and-conditions.html) for details.
* Free to install.
* Free to receive incoming transactions.
Expand Down

0 comments on commit 9ed1d23

Please sign in to comment.