File size: 2,341 Bytes
dc21954 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | {
"Python": {
"mirrors": [
"https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe"
],
"alias": "python"
},
"git": {
"mirrors": [
"https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe"
]
},
"7zip": {
"mirrors": [
"https://www.7-zip.org/a/7z2407-x64.exe"
]
},
"ffmpeg": {
"mirrors": [
"https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z"
]
},
"Google Chrome": {
"mirrors": [
"https://dl.google.com/chrome/install/latest/chrome_installer.exe"
],
"alias": "google-chrome"
},
"LibreOffice": {
"mirrors": [
"https://mirror.raiolanetworks.com/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
"https://mirrors.iu13.net/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi"
]
},
"VLC": {
"mirrors": [
"https://ftp.free.org/mirrors/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
"https://mirror.fcix.net/videolan-ftp/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
"https://mirror.raiolanetworks.com/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe"
],
"alias": "vlc"
},
"GIMP": {
"mirrors": [
"https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.38-setup.exe"
],
"alias": "gimp"
},
"VS Code": {
"mirrors": [
"https://update.code.visualstudio.com/latest/win32-x64-user/stable"
],
"alias": "code"
},
"Thunderbird": {
"mirrors": [
"https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe",
"https://archive.mozilla.org/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe"
],
"alias": "thunderbird"
},
"Caddy Proxy": {
"mirrors": [
"https://caddyserver.com/api/download?os=windows&arch=amd64"
],
"alias": "caddy"
}
} |