mirror of
https://github.com/MillironX/chocolatey-packages.git
synced 2024-12-22 01:18:16 +00:00
chore: Update e-sword to v14.1.0
This commit is contained in:
parent
fcb9177909
commit
6d788e3553
4 changed files with 8 additions and 8 deletions
Binary file not shown.
BIN
e-sword/e-sword.14.1.0.nupkg
Normal file
BIN
e-sword/e-sword.14.1.0.nupkg
Normal file
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
<metadata>
|
||||
<!-- == PACKAGE SPECIFIC SECTION == -->
|
||||
<id>e-sword</id>
|
||||
<version>13.0.0</version>
|
||||
<version>14.1.0</version>
|
||||
<owners>MillironX</owners>
|
||||
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
|
||||
|
||||
|
@ -15,15 +15,15 @@
|
|||
<authors>Rick Meyers</authors>
|
||||
<projectUrl>https://e-sword.net/</projectUrl>
|
||||
<iconUrl>https://www.e-sword.net/images/applogo.png</iconUrl>
|
||||
<copyright>2021 Rick Meyers</copyright>
|
||||
<copyright>2024 Rick Meyers</copyright>
|
||||
<docsUrl>https://e-sword.net/training.html</docsUrl>
|
||||
<tags>esword bible christianity</tags>
|
||||
<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>
|
||||
<releaseNotes>
|
||||
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.
|
||||
|
||||
All audio Bibles are generously provided by Bible.is, a ministry of Faith Comes By Hearing.
|
||||
New **Convert to Reference Book** feature to turn a Topic Notes collection into a Reference Book for viewing on other devices with e‑Sword on them.
|
||||
|
||||
You can now bulk **Export All Notes** from any of the editors in a variety of document types. This way you can use your notes wherever you want!
|
||||
</releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$ErrorActionPreference = 'Stop'; # stop on all errors
|
||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||
$url = 'https://e-sword.net/files/e-sword_1300_setup.exe' # download url, HTTPS preferred
|
||||
$url = 'https://e-sword.net/files/e-sword_1410_setup.exe' # download url, HTTPS preferred
|
||||
|
||||
$packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
|
@ -8,10 +8,10 @@ $packageArgs = @{
|
|||
fileType = 'EXE'
|
||||
url = $url
|
||||
softwareName = 'e-Sword'
|
||||
checksum = 'd09b481a3acf7afed3cf517ff6904420'
|
||||
checksum = '75765957BA9EA80C11DAD2DB4CB685D5'
|
||||
checksumType = 'md5'
|
||||
validExitCodes= @(0, 3010, 1641)
|
||||
silentArgs = '/s /v"/qn"'
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-package
|
||||
Install-ChocolateyPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-package
|
||||
|
|
Loading…
Reference in a new issue