Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

losslesscut: Update to version 2.6.2 (manually) #3126

Merged
merged 6 commits into from
Nov 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 13 additions & 26 deletions bucket/losslesscut.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,26 @@
{
"homepage": "https://github.com/mifi/lossless-cut",
"description": "Save space by quickly and losslessly trimming video and audio files.",
"version": "2.4.0",
"description": "Lossless trimming tool for video and audio files.",
"version": "2.6.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v2.4.0/LosslessCut-win32-x64.zip",
"hash": "49cf1e1a250fab8dfd42f33ce4e7d4e1de19ebd29caa975ce579cf22e7dc130f",
"extract_dir": "LosslessCut-win32-x64"
},
"32bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v2.4.0/LosslessCut-win32-ia32.zip",
"hash": "0f87bd29d44266f65f30ece2af766347b4d4e16fd9cd753f24bc75ee35252f0b",
"extract_dir": "LosslessCut-win32-ia32"
}
"url": "https://github.com/mifi/lossless-cut/releases/download/v2.6.2/LosslessCut-2.6.2.exe#/dl.7z",
"hash": "2e99be1fe8be6dd6e6a10e7103635cdcd5d52dac1329c3175c68c8026e4048fc",
"depends": "7zip",
Ash258 marked this conversation as resolved.
Show resolved Hide resolved
"installer":{
issaclin32 marked this conversation as resolved.
Show resolved Hide resolved
"script": [
"7z x \"$dir\\`$PLUGINSDIR\\app-64.7z\" -o\"$dir\" | Out-Null",
issaclin32 marked this conversation as resolved.
Show resolved Hide resolved
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
},
"bin": "LosslessCut.exe",
"shortcuts": [
[
"LosslessCut.exe",
"LosslessCut"
]
],
"checkver": {
"github": "https://github.com/mifi/lossless-cut"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v$version/LosslessCut-win32-x64.zip",
"extract_dir": "LosslessCut-win32-x64"
},
"32bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v$version/LosslessCut-win32-ia32.zip",
"extract_dir": "LosslessCut-win32-ia32"
}
}
"url": "https://github.com/mifi/lossless-cut/releases/download/v$version/LosslessCut-$version.exe#/dl.7z"
}
}