File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : " v1.5.1" ,
3+ "name" : " DuckDB v1.5.1 Bugfix Release" ,
4+ "platforms" : {
5+ "PlatformLinux" : {
6+ "ArchitectureX86" : {
7+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-linux-amd64.zip"
8+ },
9+ "ArchitectureArm64" : {
10+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-linux-arm64.zip"
11+ }
12+ },
13+ "PlatformMac" : {
14+ "ArchitectureX86" : {
15+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-osx-amd64.zip"
16+ },
17+ "ArchitectureArm64" : {
18+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-osx-arm64.zip"
19+ },
20+ "ArchitectureUniversal" : {
21+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-osx-universal.zip"
22+ }
23+ },
24+ "PlatformWindows" : {
25+ "ArchitectureX86" : {
26+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-windows-amd64.zip"
27+ },
28+ "ArchitectureArm64" : {
29+ "downloadUrl" : " https://github.com/duckdb/duckdb/releases/download/v1.5.1/duckdb_cli-windows-arm64.zip"
30+ }
31+ }
32+ }
33+ }
Original file line number Diff line number Diff line change 11{
2+ "v1.5.1" : " tags/v1.5.1.json" ,
23 "v1.5.0" : " tags/v1.5.0.json" ,
34 "v1.4.4" : " tags/v1.4.4.json" ,
45 "v1.4.3" : " tags/v1.4.3.json" ,
You can’t perform that action at this time.
0 commit comments