Skip to content

Commit

Permalink
Update to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Dec 12, 2024
1 parent 0b51bb2 commit fa915a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--markdownlint-disable-next-line MD033 MD045 -->
# <img src="https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-imazing@ede691e547ad2556b970ab39623da4b8e319b8b9/imazing.svg" width="48" height="48"/> Chocolatey Package: [iMazing](https://community.chocolatey.org/packages/imazing)
# <img src="https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-imazing@2bb0b9fc109139490c60bef0777617b7c1cd418d/imazing2.svg" width="48" height="48"/> Chocolatey Package: [iMazing](https://community.chocolatey.org/packages/imazing)

[![Latest package version shield](https://img.shields.io/chocolatey/v/imazing.svg)](https://community.chocolatey.org/packages/imazing)
[![Total package download count shield](https://img.shields.io/chocolatey/dt/imazing.svg)](https://community.chocolatey.org/packages/imazing)
Expand Down
4 changes: 4 additions & 0 deletions imazing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"V2": "2.18.1",
"V3": "3.0.6"
}
8 changes: 4 additions & 4 deletions imazing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>imazing</id>
<version>3.0.6</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-imazing/tree/v3.0.6</packageSourceUrl>
<version>2.18.1</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-imazing/tree/v2.18.1</packageSourceUrl>
<owners>MANICX100, sublym0nal</owners>
<title>iMazing</title>
<authors>DigiDNA</authors>
<projectUrl>https://imazing.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-imazing@ede691e547ad2556b970ab39623da4b8e319b8b9/imazing.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-imazing@2bb0b9fc109139490c60bef0777617b7c1cd418d/imazing2.svg</iconUrl>
<copyright>© DigiDNA SARL, 2008-2024. All rights reserved.</copyright>
<licenseUrl>https://imazing.com/licensing-policy</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down Expand Up @@ -56,7 +56,7 @@ Gain powerful backup, data extraction, media, and file transfer capabilities, an
* **Configurator** - Discover powerful tools designed to help sys admins configure and provision fleets of Apple mobile devices, including iPhone, iPad, iPod touch and Apple TV.
* **Profile Editor** - Create, Edit, and Sign Apple Configuration Profiles.
]]></description>
<releaseNotes>https://downloads.imazing.com/windows/iMazing/3.0.6/release-notes.html</releaseNotes>
<releaseNotes>https://downloads.imazing.com/windows/iMazing/2.18.1/release-notes.html</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.6.2.0" />
<!--Version should be 3.1.0.1, but no such version has been published to the Community Repository-->
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://downloads.imazing.com/windows/iMazing/3.0.6/iMazing_3.0.6.exe'
url = 'https://downloads.imazing.com/windows/iMazing/2.18.1/iMazing_2.18.1.exe'
softwareName = 'iMazing'
checksum = '76c97ce8f099642ed932ec5179f3fb532d552341a492479e91ea27597e33ac96'
checksum = '1f07916a704c78b75714e159af61f83b109d37aa2ede4c5287f03cd3abcc5b6f'
checksumType = 'sha256'
validExitCodes = @(0)
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).Install.log"
Expand Down

0 comments on commit fa915a4

Please sign in to comment.