Skip to content

Commit

Permalink
add sling
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc committed Jan 9, 2025
1 parent 3ff8d67 commit 8c20d63
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bucket/sling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "1.3.4",
"description": "A CLI tool that extracts data from a source storage/database and loads it in a target storage/database.",
"homepage": "https://docs.slingdata.io/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/slingdata-io/sling-cli/releases/download/v1.3.4/sling_windows_amd64.tar.gz",
"hash": "f5e75630881b832a423e4cad46e1cb6bd09cf8f88eaeb706e100b3f7bcc7ece0"
}
},
"bin": "sling.exe",
"checkver": {
"github": "https://github.com/slingdata-io/sling-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/slingdata-io/sling-cli/releases/download/v$version/sling_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/windows.amd64.checksums.txt"
}
}
}

0 comments on commit 8c20d63

Please sign in to comment.