mirror of
https://github.com/MillironX/chocolatey-packages.git
synced 2024-11-22 14:09:54 +00:00
Update e-sword to v13.0.0
This commit is contained in:
parent
45f2c53d54
commit
4ea6cb4f3b
2 changed files with 7 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
||||||
<metadata>
|
<metadata>
|
||||||
<!-- == PACKAGE SPECIFIC SECTION == -->
|
<!-- == PACKAGE SPECIFIC SECTION == -->
|
||||||
<id>e-sword</id>
|
<id>e-sword</id>
|
||||||
<version>12.2.0</version>
|
<version>13.0.0</version>
|
||||||
<owners>MillironX</owners>
|
<owners>MillironX</owners>
|
||||||
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
|
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
|
||||||
|
|
||||||
|
@ -15,19 +15,15 @@
|
||||||
<authors>Rick Meyers</authors>
|
<authors>Rick Meyers</authors>
|
||||||
<projectUrl>https://e-sword.net/</projectUrl>
|
<projectUrl>https://e-sword.net/</projectUrl>
|
||||||
<iconUrl>https://www.e-sword.net/images/applogo.png</iconUrl>
|
<iconUrl>https://www.e-sword.net/images/applogo.png</iconUrl>
|
||||||
<copyright>2020 Rick Meyers</copyright>
|
<copyright>2021 Rick Meyers</copyright>
|
||||||
<docsUrl>https://e-sword.net/training.html</docsUrl>
|
<docsUrl>https://e-sword.net/training.html</docsUrl>
|
||||||
<tags>esword bible christianity</tags>
|
<tags>esword bible christianity</tags>
|
||||||
<summary>The Sword of the LORD with an electronic edge</summary>
|
<summary>The Sword of the LORD with an electronic edge</summary>
|
||||||
<description>e-Sword is a fast and effective way to study the Bible. e-Sword is feature rich and user friendly with more capabilities than you would expect in a free Bible study app.</description>
|
<description>e-Sword is a fast and effective way to study the Bible. e-Sword is feature rich and user friendly with more capabilities than you would expect in a free Bible study app.</description>
|
||||||
<releaseNotes>
|
<releaseNotes>
|
||||||
New **Dim Light** greenish background color which may ease eye strain for
|
New **Audio Bibles** feature! Listen to the Bible being read to you in dramatic fashion. Play/Pause button is on the Bible view's toolbar. Audio is available for KJV, KJV-BRG, ESV, CEV, WEB, NRSV and Spanish PDT Bibles.
|
||||||
some people.
|
|
||||||
|
|
||||||
**Bible Search** improved to locate words that include accents on the first or
|
All audio Bibles are generously provided by Bible.is, a ministry of Faith Comes By Hearing.
|
||||||
last character.
|
|
||||||
|
|
||||||
User-made **Bible modules** can now include footnotes in the text and database.
|
|
||||||
</releaseNotes>
|
</releaseNotes>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$ErrorActionPreference = 'Stop'; # stop on all errors
|
$ErrorActionPreference = 'Stop'; # stop on all errors
|
||||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||||
$url = 'https://e-sword.net/files/e-sword_1220_setup.exe' # download url, HTTPS preferred
|
$url = 'https://e-sword.net/files/e-sword_1300_setup.exe' # download url, HTTPS preferred
|
||||||
|
|
||||||
$packageArgs = @{
|
$packageArgs = @{
|
||||||
packageName = $env:ChocolateyPackageName
|
packageName = $env:ChocolateyPackageName
|
||||||
|
@ -8,8 +8,8 @@ $packageArgs = @{
|
||||||
fileType = 'EXE'
|
fileType = 'EXE'
|
||||||
url = $url
|
url = $url
|
||||||
softwareName = 'e-Sword'
|
softwareName = 'e-Sword'
|
||||||
checksum = '26aa2ae3342ae214b4598d031f1cd0c3d237bec1fb69419349c0560532e9769d'
|
checksum = 'd09b481a3acf7afed3cf517ff6904420'
|
||||||
checksumType = 'sha256'
|
checksumType = 'md5'
|
||||||
validExitCodes= @(0, 3010, 1641)
|
validExitCodes= @(0, 3010, 1641)
|
||||||
silentArgs = '/s /v"/qn"'
|
silentArgs = '/s /v"/qn"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue