-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoracle-instant-client11.json
30 lines (30 loc) · 1.37 KB
/
oracle-instant-client11.json
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
{
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
"description": "Free, light-weight, and easily installed Oracle Database tools, libraries and SDKs",
"version": "11.2.0.4.0",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://github.com/ZvonimirSun/Oracle-Instant-Client/releases/download/v11.2.0.4.0/instantclient-basic-windows.x64-11.2.0.4.0.zip",
"hash": "699e7c3ffd16826ccb15dd455a8c1c50bec4132683818a35e7b62a18e8027013"
},
"32bit": {
"url": "https://github.com/ZvonimirSun/Oracle-Instant-Client/releases/download/v11.2.0.4.0/instantclient-basic-nt-11.2.0.4.0.zip",
"hash": "9967e8531e92fd863650794d3ba870c818644cc50f5c154bc19c6fb756a10392"
}
},
"checkver": {
"url": "https://github.com/ZvonimirSun/Oracle-Instant-Client/releases",
"regex": "download/v(11.[\\d+\\.]+?)/instantclient"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ZvonimirSun/Oracle-Instant-Client/releases/download/v$version/instantclient-basic-windows.x64-$version.zip"
},
"32bit": {
"url": "https://github.com/ZvonimirSun/Oracle-Instant-Client/releases/download/v$version/instantclient-basic-nt-$version.zip"
}
}
}
}