-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Mar 8, 2024
1 parent
279fb3b
commit a53de66
Showing
602 changed files
with
14,268 additions
and
1,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": "2.07", | ||
"homepage": "https://mpesch3.de/1by1.html", | ||
"description": "Directory Player: directly plays folder contents.", | ||
"license": "freeware", | ||
"url": "https://mpesch3.de/1by1_207.exe#/dl.7z", | ||
"hash": "8f50e641dd298d46ae9a84bccc22feec89734c5a54ff07b90ccd49df1ff9fad3", | ||
"shortcuts": [ | ||
[ | ||
"1by1.exe", | ||
"1by1" | ||
] | ||
], | ||
"pre_install": "if(!(Test-Path \"$dir/1by1.ini\")) { Add-Content \"$dir/1by1.ini\" $null }", | ||
"persist": "1by1.ini", | ||
"checkver": { | ||
"url": "https://mpesch3.de/1by1.html", | ||
"regex": "Version\\s([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://mpesch3.de/1by1_$cleanVersion.exe#/dl.7z", | ||
"hash": { | ||
"url": "https://www.fosshub.com/1by1.html", | ||
"regex": "(?sm)$basename.*?\"sha256\":\"$sha256\"" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"version": "2401", | ||
"homepage": "https://www.7-zip.org/", | ||
"description": "Standalone console version of 7-Zip (7za.exe & DLLs)", | ||
"license": { | ||
"identifier": "Freeware,LGPL-2.0-only,BSD-3-Clause", | ||
"url": "https://www.7-zip.org/license.txt" | ||
}, | ||
"url": "https://www.7-zip.org/a/7z2401-extra.7z", | ||
"hash": "0fc950a55963d2a4ac8ce4354dc981e7d0c948c339e6565b7ae7f4395883367e", | ||
"architecture": { | ||
"64bit": { | ||
"extract_dir": "x64" | ||
}, | ||
"32bit": { | ||
"installer": { | ||
"script": "Remove-Item \"$dir\\x64\", \"$dir\\Far\", \"$dir\\history.txt\", \"$dir\\License.txt\", \"$dir\\readme.txt\" -Force -Recurse" | ||
} | ||
} | ||
}, | ||
"bin": "7za.exe", | ||
"checkver": { | ||
"url": "https://www.7-zip.org/download.html", | ||
"regex": "a/7z([\\d.]+)-extra\\.7z" | ||
}, | ||
"autoupdate": { | ||
"url": "https://www.7-zip.org/a/7z$cleanVersion-extra.7z" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"version": "2301", | ||
"homepage": "https://7-zip.de/sdk.html", | ||
"description": "The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression.", | ||
"license": { | ||
"identifier": "Freeware,LGPL-2.0-only,BSD-3-Clause", | ||
"url": "https://www.7-zip.org/license.txt" | ||
}, | ||
"url": "https://www.7-zip.org/a/lzma2301.7z", | ||
"hash": "317dd834d6bbfd95433488b832e823cd3d4d420101436422c03af88507dd1370", | ||
"architecture": { | ||
"64bit": { | ||
"extract_dir": "bin", | ||
"installer": { | ||
"script": [ | ||
"Move-Item \"$dir\\x64\\7zr.exe\" \"$dir\\7zr.exe\" -Force", | ||
"Remove-Item \"$dir\\x64\", \"$dir\\installer\" -Force -Recurse" | ||
] | ||
} | ||
}, | ||
"32bit": { | ||
"extract_dir": "bin", | ||
"installer": { | ||
"script": "Remove-Item \"$dir\\x64\", \"$dir\\installer\" -Force -Recurse" | ||
} | ||
} | ||
}, | ||
"bin": [ | ||
"7zdec.exe", | ||
"7zr.exe", | ||
"lzma.exe" | ||
], | ||
"checkver": { | ||
"url": "https://www.7-zip.org/download.html", | ||
"regex": "a/lzma([\\d.]+)\\.7z" | ||
}, | ||
"autoupdate": { | ||
"url": "https://www.7-zip.org/a/lzma$cleanVersion.7z" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.