Skip to content

Commit

Permalink
AudioBookConverter: Add version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Feb 19, 2022
1 parent a0078c7 commit 72b4980
Show file tree
Hide file tree
Showing 21 changed files with 103 additions and 81 deletions.
6 changes: 3 additions & 3 deletions TODO/AAIsobus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "4.8"
version: "4.9"
description: Rescue deleted / lost files from CD, DVD, Blu Ray disc, Hard Drive, Memory card or from flash media.
homepage: https://www.isobuster.com/
license: Unknown
url: https://www.isobuster.com/dl.php?d=isobuster.com&v=4.8&l=0#/isobuster.exe
hash: a27b732723fc8c8af1d741344e100fcf6e4731bd5231362c8c3fee5e673e12ff
url: https://www.isobuster.com/dl.php?d=isobuster.com&v=4.9&l=0#/isobuster.exe
hash: 9c166a0c6a3d4410ffc412d568aa8c45a5462b9059ec64069ee7426eb7b44ca2
innosetup: true
bin: ""
shortcuts:
Expand Down
6 changes: 3 additions & 3 deletions TODO/AdobeReader.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 21.007.20099
version: 21.011.20039
description: Adobe Reader. Global standard for reliably viewing, printing, and commenting on PDF documents.
homepage: https://get.adobe.com/uk/reader/
license:
Expand All @@ -8,8 +8,8 @@ suggest:
Microsoft Visual C++ Redistributable:
- extras/vcredist2012
- extras/vcredist2013
url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2100720099/AcroRdrDC2100720099_en_US.exe#/cosi.7z
hash: 89b9112cdbb9713f3e08a35f6bb4f6c8bdb658a985afc9cbbc83a8363f1c8517
url: http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/2101120039/AcroRdrDC2101120039_en_US.exe#/cosi.7z
hash: 9ea7854fc05fd9c92b070893c6b199fbef922e36304e85177503df6d1470cd62
installer:
script: |
Expand-MsiArchive "$dir\AcroRead.msi" -DestinationPath "$dir\cosi"
Expand Down
6 changes: 3 additions & 3 deletions TODO/BurnAware.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "14.9"
version: "15.1"
description: BurnAware. CD, DVD, Blu-ray burning software with lot of features and super-intuitive, multilingual user interface.
homepage: http://www.burnaware.com/
license:
identifier: Freeware
url: http://www.burnaware.com/eula.html
url: http://www.burnaware.com/downloads/burnaware_free_14.9.exe
hash: 571159e21f1fca9c00de0f89b883ff97407ae5514162a505577ec062b6e7be28
url: http://www.burnaware.com/downloads/burnaware_free_15.1.exe
hash: c42485c101f270bc531cdd46b380defc5430aed34e80aafd328b52482dcc2132
innosetup: true
shortcuts:
- - BurnAware.exe
Expand Down
30 changes: 0 additions & 30 deletions TODO/CC.yml

This file was deleted.

10 changes: 5 additions & 5 deletions TODO/E2B.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '2.10'
version: "2.11"
description: Easy2boot. USB multiboot solution (Legacy+UEFI).
homepage: http://www.easy2boot.com
license:
identifier: Freeware
url: http://www.easy2boot.com/contact-us/licensing/
depends: MPI
url: https://www.fosshub.com/Easy2Boot.html?dwl=Easy2Boot_v2.10_DPMS.exe
hash: ba31f654fa3c5bc1858d17a92c118eee98876c7fc09216aed7e27a325ca13f91
url: https://www.fosshub.com/Easy2Boot.html?dwl=Easy2Boot_v2.11_DPMS.exe
hash: 5fe2462b78ee2d751a7b27c49e6c7f68f5851394a9aa45ab69b25847b9829fce
installer:
script: |
Expand-7zipArchive "$dir\$fname" -Removal
Expand All @@ -21,8 +21,8 @@ installer:
#& "$MPI\CreateDesktopShortcuts.cmd"
uninstaller:
script: |
#See about imdisk
#Revert 'CreateDesktopShortcuts.cmd'
#See about imdisk
#Revert 'CreateDesktopShortcuts.cmd'
innosetup: true
shortcuts:
- - Make_E2B.exe
Expand Down
30 changes: 30 additions & 0 deletions TODO/Files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2.1.13.0
description: Files. A modern file explorer
homepage: https://files.community
license:
identifier: GPL-3.0-only
url: https://github.com/files-community/Files/blob/main/LICENSE
changelog: https://github.com/files-community/Files/releases/tag/v2.1.13
url: https://github.com/files-community/Files/releases/download/v2.1.13/Files.Package_2.1.13.0.zip
hash: 014de3d5850803ed0934feb6805a5d90e687d237dc8d8923d94d1c4cfab9c94f
extract_dir: Files.Package_2.1.13.0_Test
pre_install: |
$f = Get-ChildItem "$dir\Files.Package_${version}_*.msixbundle" | Select-Object -First 1
Expand-7zipArchive $f.Fullname "$dir\cosi" -Removal
$all = Get-ChildItem "$dir\*" -Exclude 'cosi' -Force
$all = $all | Where-Object -Property 'BaseName' -NotIn @('Dependencies', 'cosi')
$a = if ($Architecture -eq '32bit') { 'x86' } else { 'x64' }
$a = if ($Architecture -eq 'arm64') { 'arm64' } else { $a }
Expand-7zipArchive "$dir\cosi\Files.Package_${version}_$a.msix" $dir
Remove-AppDirItem 'cosi', '`[Content_Types`].xml'
bin: Files.exe
shortcuts:
- - Files.exe
- Files
checkver:
github: https://github.com/files-community/Files
regex: Files\.Package_([\d.]+)\.
autoupdate:
changelog: https://github.com/files-community/Files/releases/tag/v$headVersion
url: https://github.com/files-community/Files/releases/download/v$headVersion/Files.Package_$version.zip
extract_dir: Files.Package_$version_Test
6 changes: 3 additions & 3 deletions TODO/FreeFileSync.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "11.15"
version: "11.17"
description: FreeFileSync. Folder comparison and synchronization
homepage: https://freefilesync.org
license:
identifier: Freeware
url: https://freefilesync.org/faq.php#commercial-usage
url: https://freefilesync.org/download/FreeFileSync_11.15_Windows_Setup.exe
hash: 78dc2df76b9aa4ec5477a18d2c77bd0cafe99de2445993ab831df2904f9edc34
url: https://freefilesync.org/download/FreeFileSync_11.17_Windows_Setup.exe
hash: e8d8bf768f1c4f71d71636cacf84238043572d05f14275fe8152640f5d64a990
innosetup: true
bin:
- FreeFileSync.exe
Expand Down
4 changes: 2 additions & 2 deletions TODO/IcecreamVideoEditor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '2.66'
version: "2.69"
description: Icecream Video Editor
homepage: https://icecreamapps.com/Video-editor/
license: Proprietary
url: http://download.icecreamapps.com/video_editor_setup.exe
hash: 99d4301dfb5fad7f9ace4b0b4d4a17bda1ac6a341ddd17686d9fc1c4eb6e6f8e
hash: dea5debb4cfd2dfbdae951a6872acf00c63072d5126cd6e6939500977a9094b5
innosetup: true
architecture:
64bit:
Expand Down
4 changes: 2 additions & 2 deletions TODO/Nox.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 7.0.1.9
version: 7.0.2.1
description: Nox App Player. The perfect Android emulator to play mobile games on PC.
homepage: https://www.bignox.com/
license: Unknown
changelog: https://support.bignox.com/en/win-release/7019
changelog: https://support.bignox.com/en/win-release/7021
url: https://res06.bignox.com/full/20201121/7e00b14bd18746908269dd8e648e109e.exe?filename=nox_setup_v6.6.1.5_full_intl.exe
hash: 7c62f95fdeea9c1ade0c57f1b18b80eb7bed7536753b3454fa90be7d1ddb5e87
installer:
Expand Down
14 changes: 7 additions & 7 deletions TODO/mteams.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 1.4.00.31569
version: 1.5.00.2164
description: Office 365's chats, meetings, files and apps together in one place
homepage: https://teams.microsoft.com/start
license: Freeware
architecture:
64bit:
url: https://statics.teams.microsoft.com/production-windows-x64/1.4.00.31569/Teams-1.4.00.31569-full.nupkg
hash: sha1:c6c149ac440ccf9ac1e31dd8b3b898f5a6c2a4c7
url: https://statics.teams.microsoft.com/production-windows-x64/1.5.00.2164/Teams-1.5.00.2164-full.nupkg
hash: sha1:7da47b2135e8af1784cf03f40f6f0dee9298a4cf
32bit:
url: https://statics.teams.microsoft.com/production-windows/1.4.00.31569/Teams-1.4.00.31569-full.nupkg
hash: sha1:af5cadac36ee7ac6aa7a76cdf1d95e9c1218e0f4
url: https://statics.teams.microsoft.com/production-windows/1.5.00.2164/Teams-1.5.00.2164-full.nupkg
hash: sha1:415966eb7a678d2aa02c63647a4f556eb9194364
arm64:
url: https://statics.teams.microsoft.com/production-windows-arm64/1.4.00.31569/Teams-1.4.00.31569-full.nupkg
hash: sha1:c2921111032fc04ba98834db0112203363d71efc
url: https://statics.teams.microsoft.com/production-windows-arm64/1.5.00.2164/Teams-1.5.00.2164-full.nupkg
hash: sha1:767807c214e3429a8b1829d29d0299cd68057e54
extract_dir: lib\net45
shortcuts:
- - Teams.exe
Expand Down
10 changes: 5 additions & 5 deletions TODO/osquery.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 5.0.1
version: 5.2.2
description: osquery. SQL powered operating system instrumentation, monitoring, and analytics.
homepage: https://osquery.io
license:
identifier: Apache-2.0|GPL-2.0-only
url: https://github.com/osquery/osquery/blob/master/LICENSE
url: https://pkg.osquery.io/windows/osquery-5.0.1.msi
hash: e0d01f56e0739a0ce2b3beb03ecea277ed146754884e225cba45083043442acc
bin: ''
url: https://pkg.osquery.io/windows/osquery-5.2.2.msi
hash: d784b9c114ae2f5216dc5aa6bf311863c2db8fdaca31085e38a51b35eefa6c50
bin: ""
shortcuts:
- - .exe
- ''
- ""
checkver:
github: https://github.com/osquery/osquery
autoupdate:
Expand Down
10 changes: 5 additions & 5 deletions TODO/tortoisegit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
- ' Add notes about registering context menus.'
- ' https://github.com/TortoiseGit/TortoiseGit/blob/master/src/TortoiseGitSetup/StructureFragment.wxi'
- ' Purge uninstaller script to delete registry path.'
version: 2.12.0.0
version: 2.13.0.0
description: Windows Shell Interface to Git based on TortoiseSVN.
homepage: https://tortoisegit.org/
license: GPL-2.0-only
notes: Run "$dir\context-menu-install.reg" to add all default context menus.
architecture:
64bit:
url: https://download.tortoisegit.org/tgit/2.12.0.0/TortoiseGit-2.12.0.0-64bit.msi
hash: eb5d8a986e74e9af582138617048fa7a7876eaf833999f7b271dd4c919ca0fee
url: https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.0-64bit.msi
hash: 5ae28426fad5088ad266d941d51a72d1fab57a98479904ad47f946edc4d13ab9
32bit:
url: https://download.tortoisegit.org/tgit/2.12.0.0/TortoiseGit-2.12.0.0-32bit.msi
hash: 2cddbe4b3792a3cd0b15e91298cc2de46ec1c859485934117ca41c3d6728e3a3
url: https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.0-32bit.msi
hash: 1402498cea1db9f3290d119cae308d1f726650beff516a2b7d94a62dc13fe2e2
extract_dir: Program Files\TortoiseGit
post_install: |
$path = 'HKCU:\Software\TortoiseGit'
Expand Down
23 changes: 23 additions & 0 deletions bucket/AudioBookConverter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 6.0.1
description: Simple and lightweight application to convert set of mp3 files to single m4b file.
homepage: https://www.recoupler.com/products/audiobookconverter
license:
identifier: GPL-2.0-only
url: https://github.com/yermak/AudioBookConverter/blob/master/LICENSE
changelog: https://github.com/yermak/AudioBookConverter/releases/tag/version_6.0.1
architecture:
64bit:
url: https://github.com/yermak/AudioBookConverter/releases/download/version_6.0.1/AudioBookConverter-Portable-6.0.1.zip
hash: 2b5659887c738ad8db1c23c3d9b13201937bd83380a2e057925e46ef395259f2
extract_dir: AudioBookConverter
shortcuts:
- - AudioBookConverter.exe
- AudioBookConverter
checkver:
github: https://github.com/yermak/AudioBookConverter
regex: version_([\d.]+)/
autoupdate:
changelog: https://github.com/yermak/AudioBookConverter/releases/tag/version_$version
architecture:
64bit:
url: https://github.com/yermak/AudioBookConverter/releases/download/version_$version/AudioBookConverter-Portable-$version.zip
2 changes: 1 addition & 1 deletion bucket/DefenderControl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license:
url: https://www.sordum.org/eula/
changelog: ReadMe.txt
url: https://www.sordum.org/files/download/d-control/dControl.zip#/cosi.cosi
hash: a9555639f147b56ed9f9f1d2bed8792979ce77e39a151e3c67671c8d79d4b9c5
hash: 497d3d73b32cb7635d1e550007bdaa60982d2aaf4eb08e96a54bd2afdf589fe1
extract_dir: dControl
pre_install: |
$splat = @{ 'ExtractDir' = $manifest.extract_dir; 'Switches' = '-psordum'; 'Removal' = $true }
Expand Down
2 changes: 1 addition & 1 deletion bucket/FlashpointInfinity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license:
identifier: MIT
url: https://github.com/FlashpointProject/launcher/blob/master/LICENSE
url: https://bluemaxima.org/flashpoint/Flashpoint%2010.1%20Infinity.exe#/cosi.7z
hash: 5a3c0ba06a1437caf698979126043300c2d45eedfa524d8bc17e32efe45ee4b1
hash: 8b9131d9117cc6b66c78aa33d7403b0f722f11e3c12b27f7061566f9009bf7cb
extract_dir: Flashpoint 10.1 Infinity
shortcuts:
- - Launcher\Flashpoint.exe
Expand Down
2 changes: 1 addition & 1 deletion bucket/GlaryUtilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Glary Utilities. Free, Powerful and All-in-one utility for cleaning
homepage: https://www.glarysoft.com/glary-utilities/
license: Freeware
url: https://download.glarysoft.com/guportable.zip
hash: df457fe3c80a57679721d183d18742c9fc7a66aa811a7fd7f3ac5f0e0c1f296f
hash: 1831aadb2880a519a1bf4785629e8ca5ed5d607a3b4901ab37c1052a5396a6a9
extract_dir: Portable
shortcuts:
- - Integrator.exe
Expand Down
2 changes: 1 addition & 1 deletion bucket/HideFromUninstallList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license:
identifier: Freeware
url: https://www.sordum.org/eula/
url: https://www.sordum.org/files/hide-from-uninstall-list/HideUL.zip
hash: 2e5921c77af55dc5e86bd5d19c22a41fb98dd64d27126ea2b8843e2c327bc34f
hash: e2d197b37dce62ec73edb10b23c4d44a52009286947f20b789287cae3b16a5dd
extract_dir: HideUL
shortcuts:
- - HideUL.exe
Expand Down
2 changes: 1 addition & 1 deletion bucket/KeyFinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license:
identifier: Freeware
url: https://www.magicaljellybean.com/tos/
url: https://www.magicaljellybean.com/downloads/KeyFinderInstaller.exe
hash: 35e605862069aeb3d8413cd512ae05f2831f21f1f496c9cdb90d1c3b8a3cfb97
hash: edaaa26f500024b459673c81b7d37b8e8281ef5f08de04291662021c3d44673a
innosetup: true
shortcuts:
- - keyfinder.exe
Expand Down
2 changes: 1 addition & 1 deletion bucket/OverClockCheckingTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license:
architecture:
64bit:
url: https://www.ocbase.com/download#/occt.exe
hash: ab8e9260a3de9838762bd9198dc3199e06421f96d6294c5f27dd976835a2ff41
hash: 453981e0f5ed5a99232a481ef98307dbf7f982d0c8a81d383fd74ea9f81f5243
shortcuts:
- - occt.exe
- OverClock Checking Tool
Expand Down
2 changes: 1 addition & 1 deletion bucket/SafeModeLauncher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license:
url: https://www.sordum.org/eula/
changelog: Readme.txt
url: https://www.sordum.org/files/download/safe-mode-launcher/SafeMode.zip
hash: 148e9954cafe1fc9a6f30c6303231a480a30eefbfa6df00e8c933ddd399c8e88
hash: 55402effa1b9857d617db50c7099431902c99c716c3a0fceddaffb05fc21cbd7
extract_dir: SafeMode
architecture:
64bit:
Expand Down
11 changes: 5 additions & 6 deletions bucket/SteamGridDBManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ license:
identifier: MIT
url: https://github.com/steamgriddb/steamgriddb-manager/blob/master/LICENSE.md
changelog: https://github.com/SteamGridDB/steamgriddb-manager/releases/tag/v0.4.2
url: https://steamgriddb.s3.amazonaws.com/manager/SteamGridDB+Manager+Setup+0.4.2.exe#/cosi.7z
url: https://cdn.steamgriddb.com/manager/SteamGridDB%20Manager%20Setup%200.4.2.exe#/cosi.7z
hash: c1e513d351bedaa8abdd26ac161a666608ece35022012346686dd6bbff14710d
installer:
script: |
Expand-7zipArchive "$dir\`$PLUGINSDIR\app-64.7z" $dir
Remove-AppDirItem '$*'
pre_install: |
Expand-7zipArchive "$dir\`$PLUGINSDIR\app-64.7z" $dir
Remove-AppDirItem '$*'
shortcuts:
- - SteamGridDB Manager.exe
- SteamGridDB Manager
checkver:
github: https://github.com/steamgriddb/steamgriddb-manager
autoupdate:
changelog: https://github.com/SteamGridDB/steamgriddb-manager/releases/tag/v$version
url: https://steamgriddb.s3.amazonaws.com/manager/SteamGridDB+Manager+Setup+$version.exe#/cosi.7z
url: https://cdn.steamgriddb.com/manager/SteamGridDB%20Manager%20Setup%20$version.exe#/cosi.7z

0 comments on commit 72b4980

Please sign in to comment.