From 8c20d6397948cff7081882137f86c700678c4859 Mon Sep 17 00:00:00 2001 From: hoilc Date: Thu, 9 Jan 2025 21:00:34 +0800 Subject: [PATCH] add sling --- bucket/sling.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/sling.json diff --git a/bucket/sling.json b/bucket/sling.json new file mode 100644 index 000000000..823fdb3da --- /dev/null +++ b/bucket/sling.json @@ -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" + } + } +}