-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlpkg.json
More file actions
executable file
·20 lines (20 loc) · 762 Bytes
/
sqlpkg.json
File metadata and controls
executable file
·20 lines (20 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"owner": "litesql",
"name": "ha-sync",
"version": "v0.3.2",
"repository": "https://github.com/litesql/ha-sync",
"authors": ["Walter Wanderley"],
"license": "Apache v2",
"description": "SQLite extension to sync HA database with local SQLite",
"symbols": ["ha_sync"],
"assets": {
"files": {
"darwin-amd64": "ha-sync_{version}_Darwin_x86_64.tar.gz",
"darwin-arm64": "ha-sync_{version}_Darwin_arm64.tar.gz",
"linux-amd64": "ha-sync_{version}_Linux_x86_64.tar.gz",
"linux-arm64": "ha-sync_{version}_Linux_arm64.tar.gz",
"windows-amd64": "ha-sync_{version}_Windows_x86_64.zip",
"windows-arm64": "ha-sync_{version}_Windows_arm64.zip"
}
}
}