Skip to content

Commit

Permalink
Updated at 2023-07-14T02:05:37.721Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 14, 2023
1 parent 4511b54 commit 62e66bc
Show file tree
Hide file tree
Showing 627 changed files with 5,053 additions and 4,684 deletions.
2 changes: 1 addition & 1 deletion bucket/10x-np.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.54",
"version": "1.0.52",
"homepage": "https://www.10xeditor.com/index.htm",
"description": "A fast performing, feature packed C++ editor/IDE.",
"license": {
Expand Down
40 changes: 20 additions & 20 deletions bucket/360chrome-portable.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"autoupdate": {
"url": "https://down.360safe.com/cse/360cse_$version.exe#/dl.7z"
"version": "13.5.1060.0",
"description": "360 Extreme Browser, Chromium86 kernel.",
"homepage": "https://browser.360.cn/eex/",
"license": {
"identifier": "Proprietary",
"url": "http://www.360.cn/xukexieyi.html#jisu"
},
"url": "https://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z",
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f",
"pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal",
"bin": [
[
"360chrome.exe",
"360chrome",
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\""
]
],
"checkver": {
"regex": "360cse_([\\d.]+)\\.exe",
"url": "https://browser.360.cn/ee/"
},
"description": "360 Extreme Browser, Chromium86 kernel.",
"hash": "5b60b597f94732d8fc707144d5572a0709d6739ad0583406166c6d7756f1a95f",
"homepage": "https://browser.360.cn/eex/",
"license": {
"identifier": "Proprietary",
"url": "http://www.360.cn/xukexieyi.html#jisu"
},
"persist": [
"User Data",
"Cache"
],
"pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal",
"shortcuts": [
[
"360chrome.exe",
"360\\360 Chrome",
"--user-data-dir=\"$dir\\User Data\" --disk-cache-dir=\"$dir\\Cache\""
]
],
"url": "https://down.360safe.com/cse/360cse_13.5.1060.0.exe#/dl.7z",
"version": "13.5.1060.0"
"persist": [
"User Data",
"Cache"
],
"checkver": {
"url": "https://browser.360.cn/ee/",
"regex": "360cse_([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://down.360safe.com/cse/360cse_$version.exe#/dl.7z"
}
}
1 change: 0 additions & 1 deletion bucket/3dstool.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"homepage": "https://github.com/dnasdw/3dstool",
"description": "An all-in-one tool for extracting/creating 3ds roms.",
"version": "1.2.6",
"license": "MIT",
"url": "https://ghproxy.net/https://github.com/dnasdw/3dstool/releases/download/v1.2.6/3dstool.zip",
"hash": "481e20f445eb2f0f506d0d88cd750385bc8377670d681d6f66f584a176027806",
"bin": "3dstool.exe",
Expand Down
14 changes: 10 additions & 4 deletions bucket/3utools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
"foreach ($f in @('record.db', 'setting.cfg', 'cache', 'Download')) {",
" if (!(Test-Path \"$persist_dir\\$f\")) {",
" Start-Process \"$dir\\3uTools.exe\" -WindowStyle 'Minimized' -Verb 'RunAs'",
" while (!(Test-Path \"$dir\\$f\")) { Start-Sleep -Seconds 2 }",
" Start-Process \"$dir\\3uTools.exe\" -Verb 'RunAs'",
" $windowPattern.SetWindowVisualState('Minimized')",
" while (!(Test-Path \"$dir\\$f\")) { Start-Sleep -Milliseconds 1312 }",
" Start-Sleep -Seconds 2; Stop-Process -Name '3uTools' -Force",
" }",
"}"
Expand All @@ -31,9 +32,14 @@
"Download"
],
"pre_uninstall": [
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }; Write-Host 'A GUI UNINSTALLATION PROMPT WILL POP UP IN A FEW SECONDS!'",
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }; Write-Host 'A GUI UN-INSTALLATION PROMPT WILL POP UP IN A FEW SECONDS!' -B 'Red'",
"Start-Process \"$dir\\uninstall.exe\" -Wait -Verb 'RunAs'; Start-Sleep -Seconds 2; Stop-Process -Name 'explorer' -Force",
"foreach ($rkey in 'HKLM:\\SOFTWARE\\Classes\\PC3uTools', 'HKCU:\\SOFTWARE\\Classes\\iTunes.ipa\\shell', 'HKCU:\\SOFTWARE\\Classes\\PlistEditor.plist\\shell', 'HKCU:\\SOFTWARE\\Classes\\i4ap\\shell', 'HKCU:\\SOFTWARE\\Classes\\3uViewer.heic', 'HKCU:\\SOFTWARE\\Classes\\3uViewer.svg') {",
"$rkeys = @(",
"'HKLM:\\SOFTWARE\\Classes\\PC3uTools', 'HKCU:\\SOFTWARE\\Classes\\iTunes.ipa\\shell',",
"'HKCU:\\SOFTWARE\\Classes\\PlistEditor.plist\\shell', 'HKCU:\\SOFTWARE\\Classes\\i4ap\\shell',",
"'HKCU:\\SOFTWARE\\Classes\\3uViewer.heic', 'HKCU:\\SOFTWARE\\Classes\\3uViewer.svg'",
")",
"foreach ($rkey in $rkeys) {",
" Remove-Item $rkey -ErrorAction 'SilentlyContinue' -Recurse -Force",
"}"
],
Expand Down
48 changes: 24 additions & 24 deletions bucket/5KPlayer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,25 @@
{
"homepage": "https://www.5kplayer.com/",
"version": "6.9",
"license": "freeware",
"architecture": {
"32bit": {
"hash": "3f3a6be97009d858b62c46876d42499c85b83e37e6bb05399d150fa0ba3aecaa",
"url": "https://www.5kplayer.com/download/5kplayer-32bit.exe"
},
"64bit": {
"hash": "8c3dd952e77977a3d41474af223b43c92eb12b074160a041f35c3869fec64dfc",
"url": "https://www.5kplayer.com/download/5kplayer-64bit.exe"
}
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://www.5kplayer.com/download/5kplayer-32bit.exe"
},
"64bit": {
"url": "https://www.5kplayer.com/download/5kplayer-64bit.exe"
}
"url": "https://www.5kplayer.com/download/5kplayer-64bit.exe#/dl.7z",
"hash": "4853fd6abdd4f10b492112e3d40560684beed56cf90e4863e749ec20d779757d"
},
"32bit": {
"url": "https://www.5kplayer.com/download/5kplayer-32bit.exe#/dl.7z",
"hash": "3f3a6be97009d858b62c46876d42499c85b83e37e6bb05399d150fa0ba3aecaa"
}
},
"bin": "5KPlayer.exe",
"checkver": {
"regex": "Stable version: ([\\d.]+)",
"url": "https://www.5kplayer.com/5kplayer-download-windows.htm"
},
"homepage": "https://www.5kplayer.com/",
"installer": {
"script": [
"Remove-Item \"$dir\\5KPlayer.exe\" -Force",
"Expand-7ZipArchive \"$dir\\app.7z\" \"$dir\" -Removal",
"Remove-Item \"$dir\\uninstaller.exe\",\"$dir\\`$PLUGINSDIR\",\"$dir\\logo\" -Force -Recurse"
]
},
"license": "freeware",
"bin": "5KPlayer.exe",
"shortcuts": [
[
"5KPlayer.exe",
Expand All @@ -43,5 +30,18 @@
"5KPlayer Autorun"
]
],
"version": "6.9"
"checkver": {
"url": "https://www.5kplayer.com/5kplayer-download-windows.htm",
"regex": "Stable version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.5kplayer.com/download/5kplayer-64bit.exe#/dl.7z"
},
"32bit": {
"url": "https://www.5kplayer.com/download/5kplayer-32bit.exe#/dl.7z"
}
}
}
}
25 changes: 14 additions & 11 deletions bucket/7kaa.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"autoupdate": {
"url": "https://ghproxy.net/https://github.com/the3dfxdude/7kaa/releases/download/v$version/7kaa-install-win32-$version.exe#/dl.7z"
},
"bin": "7kaa.exe",
"checkver": {
"github": "https://github.com/the3dfxdude/7kaa"
},
"##": "easy, but now deprecated checkver: github: https://github.com/the3dfxdude/7kaa",
"version": "2.15.5",
"description": "Seven Kingdoms: Ancient Adversaries",
"hash": "e57c9648eee671e4500fae10d88a01baa6e2df5d86027121f0bcb8ea943de3e0",
"homepage": "https://7kfans.com/",
"license": {
"identifier": "Proprietary|GPL-2.0-only,BSD-3-Clause",
"url": "https://ghproxy.net/https://raw.githubusercontent.com/the3dfxdude/7kaa/master/COPYING"
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Recurse",
"url": "https://ghproxy.net/https://github.com/the3dfxdude/7kaa/releases/download/v2.15.5/7kaa-install-win32-2.15.5.exe#/dl.7z",
"hash": "e57c9648eee671e4500fae10d88a01baa6e2df5d86027121f0bcb8ea943de3e0",
"bin": "7kaa.exe",
"shortcuts": [
[
"7kaa.exe",
"Seven Kingdoms Ancient Adversaries"
]
],
"url": "https://ghproxy.net/https://github.com/the3dfxdude/7kaa/releases/download/v2.15.5/7kaa-install-win32-2.15.5.exe#/dl.7z",
"version": "2.15.5"
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Recurse",
"checkver": {
"url": "https://github.com/the3dfxdude/7kaa/releases/latest",
"regex": "7kaa-install-win32-([\\d]+)\\.([\\d]+)\\.([\\d]+)(.*)?\\.exe",
"replace": "${1}.${2}.${3}${4}"
},
"autoupdate": {
"url": "https://ghproxy.net/https://github.com/the3dfxdude/7kaa/releases/download/v$version/7kaa-install-win32-$version.exe#/dl.7z"
}
}
8 changes: 4 additions & 4 deletions bucket/ALAC.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "http://craz.net/programs/itunes/alac.html",
"bin": "alac.exe",
"description": "A reverse-engineered Apple Lossless (ALAC) decoder",
"hash": "6ee84163ca53e221b61a8b1ccb079044f8525c10dd53ffd800aa2b1fd4dc8cbe",
"homepage": "http://craz.net/programs/itunes/alac.html",
"license": "unknown",
"version": "0.1.3",
"url": "http://www.rarewares.org/files/lossless/alac_generic.zip",
"hash": "6ee84163ca53e221b61a8b1ccb079044f8525c10dd53ffd800aa2b1fd4dc8cbe",
"bin": "alac.exe"
"version": "0.1.3"
}
35 changes: 35 additions & 0 deletions bucket/ALiCloudDisk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "2.2.8",
"description": "Gendloop's app",
"homepage": "https://github.com/gendloop/ALiCloudDisk",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://ghproxy.net/https://github.com/gendloop/ALiCloudDisk/archive/refs/tags/v2.2.8.zip",
"hash": "bc5bc76f7abb8dd780a9d4ea5771bf2128f6963e4b7727142d94b44c8a849328"
}
},
"installer": {
"script": [
"Push-Location \"$dir\"",
"7z x ALiCloudDisk-$version\\dist\\ALiCloudDisk.7z.001",
"Remove-Item ALiCloudDisk-$version -Recurse",
"Pop-Location"
]
},
"bin": "aDrive.exe",
"shortcuts": [
[
"aDrive.exe",
"ALiCloudDisk"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ghproxy.net/https://github.com/gendloop/ALiCloudDisk/archive/refs/tags/v$version.zip"
}
}
}
}
42 changes: 11 additions & 31 deletions bucket/AgentRansack.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,26 @@
{
"homepage": "https://www.mythicsoft.com/agentransack/",
"license": "unknown",
"version": "3405",
"architecture": {
"64bit": {
"url": "https://download.mythicsoft.com/flp/3405/agentransack_inx64_3405.exe",
"hash": "9d49239a032e2dc91c84bcd0601ee10151b296aea50ed206c38b9cee3f8820c7"
},
"32bit": {
"url": "https://download.mythicsoft.com/flp/3405/agentransack_in_3405.exe",
"hash": "22a8c39fcbb263d5c9c6cc8015b2d631f32baf0d5e075b79e73ec7aa178e000e"
}
"description": "Free File Searching Utility",
"homepage": "https://www.mythicsoft.com/agentransack/",
"checkver": {
"url": "https://www.mythicsoft.com/agentransack/information/#version-history",
"regex": "\\((\\d+)\\)"
},
"innosetup": true,
"license": "All rights reserved",
"url": "https://download.mythicsoft.com/flp/3405/agentransack_3405.exe#/dl.7z",
"hash": "4a9f37fb30a9fe24e5e1591de1967292da5a055a5f503f5faaf0a13423d8ac3c",
"pre_install": "Expand-7zipArchive \"$dir\\`$TEMP\\`$_4_\\`$_5_\" \"$dir\"",
"bin": [
"AgentRansack.exe",
"flpsearch.exe"
"AgentRansack.exe"
],
"shortcuts": [
[
"AgentRansack.exe",
"Agent Ransack"
]
],
"persist": [
"config\\config.xml",
"config\\flpui.xml",
"config\\history.xml",
"regkey.xml"
],
"checkver": {
"url": "https://www.mythicsoft.com/agentransack/download/",
"regex": "Build ([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.mythicsoft.com/flp/$version/agentransack_inx64_$version.exe"
},
"32bit": {
"url": "https://download.mythicsoft.com/flp/$version/agentransack_in_$version.exe"
}
}
"url": "https://download.mythicsoft.com/flp/$version/agentransack_$version.exe#/dl.7z"
}
}
4 changes: 2 additions & 2 deletions bucket/AiTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"url": "https://ghproxy.net/https://github.com/AIRLegend/aitrack/releases/download/v0.7.1-alpha/aitrack-v0.7.1.zip",
"hash": "3f618833df77d3e7aa28229d426772b9f568724c85f2446c6bb952a162517240",
"extract_dir": "aitrack-v0.7.1",
"extract_dir": "aitrack-v$version",
"bin": "AiTrack.exe",
"shortcuts": [
[
Expand All @@ -18,6 +18,6 @@
],
"checkver": "github",
"autoupdate": {
"url": "https://ghproxy.net/https://github.com/AIRLegend/aitrack/releases/download/v0.7.1-alpha/aitrack-v0.7.1.zip"
"url": "https://ghproxy.net/https://github.com/AIRLegend/aitrack/releases/download/v$version-alpha/aitrack-v$version.zip"
}
}
2 changes: 1 addition & 1 deletion bucket/AntRenamer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.12.0",
"license": "Freeware",
"url": "http://update.antp.be/renamer/antrenamer2.zip",
"hash": "3c5c086f489cb3417eeba266cd0100e3244c5aeaa0dcc76507b609e87c4b02f0",
"hash": "1ffda970c81fe83c9a481bae1f9f7c39fddd91e46bcc48841e8172e729248086",
"bin": "Renamer.exe",
"persist": "Renamer.xml",
"shortcuts": [
Expand Down
26 changes: 13 additions & 13 deletions bucket/ArcThemALL.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"autoupdate": {
"extract_dir": "ArcThemALL!_v$version_Portable",
"url": "https://downloads.sourceforge.net/project/arcthemall/files/ArcThemALL%21/v$version/ArcThemALL%21_v$version_Portable.zip"
},
"bin": "ArcThemALL!.exe",
"checkver": {
"regex": "Version ([\\d.]+) ",
"url": "http://arcthemall.sourceforge.net/changelog.txt"
},
"extract_dir": "ArcThemALL!_v5.1_Portable",
"hash": "sha1:784f02e0443557de0e179860f1bc2cf34ae2172d",
"homepage": "http://arcthemall.sourceforge.net/",
"license": "GPL-2.0-only",
"version": "5.1",
"url": "https://downloads.sourceforge.net/project/arcthemall/files/ArcThemALL%21/v5.1/ArcThemALL%21_v5.1_Portable.zip",
"hash": "sha1:784f02e0443557de0e179860f1bc2cf34ae2172d",
"extract_dir": "ArcThemALL!_v5.1_Portable",
"bin": "ArcThemALL!.exe",
"persist": "config.ini",
"url": "https://sourceforge.net/projects/arcthemall/files/ArcThemALL%21/v5.1/ArcThemALL%21_v5.1_Portable.zip/download",
"version": "5.1"
"checkver": {
"url": "http://arcthemall.sourceforge.net/changelog.txt",
"regex": "Version ([\\d.]+) "
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/arcthemall/files/ArcThemALL%21/v$version/ArcThemALL%21_v$version_Portable.zip",
"extract_dir": "ArcThemALL!_v$version_Portable"
}
}
Loading

0 comments on commit 62e66bc

Please sign in to comment.