Update bin_profile.json

This commit is contained in:
Namhyeon Go 2023-12-01 16:14:03 +09:00 committed by GitHub
parent f87ecc0e45
commit a3dcc8fbd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
[
{
"name": "curl",
"vendor": "cURL",
"name": "github.com/curl/curl",
"author": "Daniel Stenberg, and many contributors",
"distributer": "curl.se",
"license": "ISC",
"architecture": ["amd64", "arm64", "x86"],
"website": "https://curl.se/windows/",
"release": {
@ -10,30 +12,86 @@
"date": "2023-10-11",
"changelog": "https://curl.se/changes.html#8_4_0"
},
"environment": {
"knownAs": ["curl.exe"]
}
"binaries": [
{
"architecture": "amd64",
"source": "https://curl.se/download/curl-8.4.0.zip",
"isCompressed": true,
"integrity": {
"sha256": "53570e562d2d7f77b35682e69a52ec9702faf2504ad1655ce38ceb30bc9d7800"
}
},
"isArchive": true,
"isInstaller": false
},
{
"architecture": "arm64",
"source": "https://curl.se/windows/dl-8.4.0_7/curl-8.4.0_7-win64a-mingw.zip",
"isCompressed": true,
"integrity": {
"sha256": "93f592bdbd56644db995f94736c23ea245cc12bdcecf6acd28acf28ebadc18e4"
}
},
"isArchive": true,
"isInstaller": false
},
{
"architecture": "x86",
"source": "https://curl.se/windows/dl-8.4.0_7/curl-8.4.0_7-win32-mingw.zip",
"isCompressed": true,
"integrity": {
"sha256": "e3273ba15aef794d6c8aa02cc1e2bc446fd6804ec534c9e8456db853485bc02b"
}
},
"isArchive": true,
"isInstaller": false
}
]
},
{
"name": "github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer",
"author": "The GNOME Project",
"distributer": "tschoonj",
"license": "LGPLv2",
"architecture": ["amd64"],
"website": "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer",
"environment": {
"knownAs": ["gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe"]
}
"release": {
"version": "2",
"build": "2022-01-04",
"date": "2022-01-04",
"changelog": "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/tag/2022-01-04"
},
"binaries": [
{
"architecture": "amd64",
"soruce": "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2022-01-04/gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe",
"isArchive": false,
"isInstaller": true
}
]
},
{
"name": "github.com/jopbrown/gtk-server",
"author": "jopbrown",
"distributer": "jopbrown",
"license": "ISC",
"architecture": ["amd64"],
"website": "https://github.com/jopbrown/gtk-server",
"release": {
"version": "2.4.5",
"build": "2.4.5-gtk-2.24.32-win64",
"date": "2019-08-11",
"changelog": "https://github.com/jopbrown/gtk-server/releases/tag/v2.4.5"
},
"environment": {
"knownAs": ["gtk-server.exe"]
}
"binaries": [
{
"architecture": "amd64",
"source": "https://github.com/jopbrown/gtk-server/releases/download/v2.4.5/gtk-server-2.4.5-gtk-2.24.32-win64.zip",
"isArchive": true,
"isInstaller": false
}
]
}