diff --git a/cli/denreg.ts b/cli/denreg.ts index 07c57e7..5926376 100644 --- a/cli/denreg.ts +++ b/cli/denreg.ts @@ -25,7 +25,7 @@ const commandWrapper = (cmd: CommandHandler) => { }; const flags = await new Cliffy.Command() .name("denreg") - .version("1.0.8") + .version("1.1.9") .description("CLI for the Open Source DenReg package registry") .option("-i, --interactive [interactive:boolean]", "Interactive mode", { default: true, diff --git a/cli/deps.ts b/cli/deps.ts index dee1af2..5ac82cb 100644 --- a/cli/deps.ts +++ b/cli/deps.ts @@ -1,4 +1,4 @@ -export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts"; +export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts"; export * as Ini from "https://deno.land/x/ini/mod.ts"; export * as Cliffy from "https://deno.land/x/cliffy/mod.ts"; export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts"; diff --git a/cli/meta.json b/cli/meta.json index 4619dbb..53cdca4 100644 --- a/cli/meta.json +++ b/cli/meta.json @@ -1,6 +1,6 @@ { "name": "@denreg-cli", - "version": "0.1.8", + "version": "0.1.9", "description": "CLI for the DenReg package registry", "author": "Fabian Stamm ", "contributors": [],