From a2718e5834f874cba7da72265881d5f24f08924b Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 2 Jun 2019 00:11:46 +0000 Subject: [PATCH] AU: 2 updated - djv universal-usb-installer [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/20ae63b2a0d0fe52a27c9632d91896f3b1ec1e15 --- automatic/djv/README.md | 2 +- automatic/djv/djv.nuspec | 6 +++--- automatic/djv/legal/VERIFICATION.txt | 4 ++-- automatic/djv/tools/chocolateyInstall.ps1 | 2 +- automatic/universal-usb-installer/Readme.md | 2 +- automatic/universal-usb-installer/legal/VERIFICATION.txt | 4 ++-- .../universal-usb-installer/universal-usb-installer.nuspec | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/djv/README.md b/automatic/djv/README.md index 61245e0a411..8ced6635053 100644 --- a/automatic/djv/README.md +++ b/automatic/djv/README.md @@ -1,4 +1,4 @@ -# [djv](https://chocolatey.org/packages/djv) +# [djv](https://chocolatey.org/packages/djv) DJV Imaging provides professional movie playback software for film production, VFX, and computer animation. diff --git a/automatic/djv/djv.nuspec b/automatic/djv/djv.nuspec index 184e3a7f459..e2da570be3f 100644 --- a/automatic/djv/djv.nuspec +++ b/automatic/djv/djv.nuspec @@ -3,13 +3,13 @@ djv - 1.2.6 - https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/djv + 1.3.0 + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/djv chocolatey, Redsandro DJV Imaging Darby Johnston http://djv.sourceforge.net/ - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@efc9e0914779661ad7aa88e9dbde0333cfb81f12/icons/djv.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@efc9e0914779661ad7aa88e9dbde0333cfb81f12/icons/djv.png 2004–2014 Darby Johnston http://djv.sourceforge.net/djvLegal.html false diff --git a/automatic/djv/legal/VERIFICATION.txt b/automatic/djv/legal/VERIFICATION.txt index 74ecc9e7338..4a320695383 100644 --- a/automatic/djv/legal/VERIFICATION.txt +++ b/automatic/djv/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 0AD52637F87DA38BA8E18520C8E6ADCEFF4BB5C467CDE710CEF61FDC9A6984A2 + checksum: E32C8DF6B6CD95A83BB722443A9DF948D7BDDAEA9B5436A624797399394AA57B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/djv/tools/chocolateyInstall.ps1 b/automatic/djv/tools/chocolateyInstall.ps1 index 86c0202577c..d96848601ad 100644 --- a/automatic/djv/tools/chocolateyInstall.ps1 +++ b/automatic/djv/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true) $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DJV-1.2.6-win64.exe" + file = "$toolsPath\DJV-1.3.0-win64.exe" softwareName = 'djv-*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/universal-usb-installer/Readme.md b/automatic/universal-usb-installer/Readme.md index 30b7ae393f5..c70a9202c2e 100644 --- a/automatic/universal-usb-installer/Readme.md +++ b/automatic/universal-usb-installer/Readme.md @@ -1,4 +1,4 @@ -# [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer) +# [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer) Universal USB Installer aka UUI is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Drive. The Universal USB Installer is easy to use. Simply choose a Live Linux Distribution, the ISO file, your Flash Drive and, Click Install. Upon completion, you should have a ready to run bootable USB Flash Drive with your select operating system installed. Other features include; Persistence (if available) - note that casper persistence will only work with fat16 or fat32 formatted drives. diff --git a/automatic/universal-usb-installer/legal/VERIFICATION.txt b/automatic/universal-usb-installer/legal/VERIFICATION.txt index 34e55b9a712..f39f6b965a4 100644 --- a/automatic/universal-usb-installer/legal/VERIFICATION.txt +++ b/automatic/universal-usb-installer/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 5D63B0905ADDFA17BE771F09E756B3A39972E7DEB954BC28EFD2AFE567E814F9 + checksum: 06A1C80D4ABB0A592F1FAE17C5B0A850820922FF4342F599F696C102D5DCBCC2 The file 'LICENSE.txt' has been obtained from This license was mentioned on their disclaimer page diff --git a/automatic/universal-usb-installer/universal-usb-installer.nuspec b/automatic/universal-usb-installer/universal-usb-installer.nuspec index a8e674a7016..49841b1e524 100644 --- a/automatic/universal-usb-installer/universal-usb-installer.nuspec +++ b/automatic/universal-usb-installer/universal-usb-installer.nuspec @@ -3,13 +3,13 @@ universal-usb-installer - 1.9.8.700 - https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer + 1.9.8.800 + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer chocolatey Universal USB Installer Pendrivelinux http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ad69601042ca62073d91c79746b367a9241beaaa/icons/universal-usb-installer.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ad69601042ca62073d91c79746b367a9241beaaa/icons/universal-usb-installer.png Lance www.pendrivelinux.com https://www.gnu.org/licenses/gpl-2.0.html false