🔄 Update script metadata and signature for wget.ts
This commit is contained in:
@@ -367,11 +367,11 @@
|
|||||||
},
|
},
|
||||||
"wget.ts": {
|
"wget.ts": {
|
||||||
"script_name": "wget.ts",
|
"script_name": "wget.ts",
|
||||||
"script_length": 5270,
|
"script_length": 5225,
|
||||||
"script_sha256": "e66f9040be37f338a27d4d25c45aa119ee0198f2629fa168cd967ebb62c96be7",
|
"script_sha256": "85351654565fa92b21d33706339ededb804eff1484eb2ddb1d9dda44de7f4809",
|
||||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/wget.ts",
|
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/wget.ts",
|
||||||
"single_script_file": true,
|
"single_script_file": true,
|
||||||
"publish_time": 1737272626139,
|
"publish_time": 1737272626139,
|
||||||
"update_time": 1775958487427
|
"update_time": 1775958532700
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -11,11 +11,11 @@ import {
|
|||||||
formatHumanTime,
|
formatHumanTime,
|
||||||
formatPercent,
|
formatPercent,
|
||||||
formatSize2,
|
formatSize2,
|
||||||
|
getEnv,
|
||||||
getKeyRingPassword,
|
getKeyRingPassword,
|
||||||
log,
|
log,
|
||||||
printLastLine,
|
printLastLine,
|
||||||
} from "https://script.hatter.ink/@70/deno-commons-mod.ts";
|
} from "https://script.hatter.ink/@70/deno-commons-mod.ts";
|
||||||
import {getEnv} from "../libraries/deno-commons-mod.ts";
|
|
||||||
|
|
||||||
function getOutputFilename(filename: string): string {
|
function getOutputFilename(filename: string): string {
|
||||||
const original = filename;
|
const original = filename;
|
||||||
@@ -180,5 +180,5 @@ log.success(
|
|||||||
}`,
|
}`,
|
||||||
);
|
);
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260412T094803+08:00.MEUCIBdigqOZCNwVHEF/AEpP
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260412T094849+08:00.MEUCIG7syjAuNPOfrHQAfttO
|
||||||
// CSTp8ru7SCFX0MeB0N3PsGUhAiEA/gZ1cbK/FyK9w14+63YvxdTUwX273b+LgteJ95BjGag=
|
// 2EmdB61bKIeShvk/abV5e7p1AiEAvxySKwi2Kw+QGjviTGLdB+CgiaciPp2OH1YRI7ozdls=
|
||||||
|
|||||||
Reference in New Issue
Block a user