Skip to content

Commit 1311e47

Browse files
authored
New package: WarpSend.WarpSend version 7daa83861a5e (microsoft#382147)
1 parent c88552f commit 1311e47

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Installer manifest — tells WinGet how to fetch + register the binary.
2+
#
3+
# `portable` installer type is the WinGet equivalent of a brew "binary"
4+
# formula: WinGet downloads the .zip, extracts to its own packages dir,
5+
# and registers a shim (`warpsend.exe`) on PATH. No MSI / NSIS needed,
6+
# no admin rights, no SmartScreen prompt for the installer itself.
7+
PackageIdentifier: WarpSend.WarpSend
8+
PackageVersion: 7daa83861a5e
9+
10+
InstallerType: zip
11+
NestedInstallerType: portable
12+
NestedInstallerFiles:
13+
- RelativeFilePath: warpsend.exe
14+
PortableCommandAlias: warpsend
15+
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://download.warpsend.io/downloads/7daa83861a5e/warpsend-x86_64-pc-windows-gnu.zip
19+
InstallerSha256: f981bd3090778897d1930973bb9f74a42f339398aac240a8227d1002b7f415bd
20+
- Architecture: arm64
21+
InstallerUrl: https://download.warpsend.io/downloads/7daa83861a5e/warpsend-aarch64-pc-windows-gnullvm.zip
22+
InstallerSha256: c9223a50be2a2f606b4e063ec7fe976499bd3338ae5b0685c6226699fd2bd534
23+
24+
ManifestType: installer
25+
ManifestVersion: 1.6.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Locale manifest — user-facing description shown in `winget show` and
2+
# the WinGet website. Required because the version manifest declares
3+
# DefaultLocale: en-US.
4+
PackageIdentifier: WarpSend.WarpSend
5+
PackageVersion: 7daa83861a5e
6+
PackageLocale: en-US
7+
Publisher: WarpSend
8+
PublisherUrl: https://warpsend.io
9+
Author: WarpSend
10+
PackageName: WarpSend
11+
PackageUrl: https://warpsend.io
12+
License: MIT
13+
ShortDescription: NAS-to-NAS large file transfer over Cloudflare R2.
14+
Description: |-
15+
WarpSend is a thin CLI for moving large files between NAS / Linux / macOS
16+
endpoints across regions, using Cloudflare R2 as a relay. After
17+
installation, run `warpsend run` to bootstrap the local agent and open
18+
the management UI.
19+
Tags:
20+
- file-transfer
21+
- nas
22+
- cloudflare
23+
- cli
24+
ManifestType: defaultLocale
25+
ManifestVersion: 1.6.0
26+
# Optional URL fields (PublisherSupportUrl, LicenseUrl, ReleaseNotesUrl)
27+
# are intentionally omitted. The source repo is private, so the GitHub
28+
# /LICENSE and /releases pages 404, and there is no public /support
29+
# subpath on warpsend.io yet. wingetbot validates every URL — adding a
30+
# field that 404s blocks the PR. Add them back if/when these pages
31+
# become public.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Version manifest — top-level descriptor for the package version.
2+
# Rendered by scripts/update-winget-manifest.sh; do not edit the generated
3+
# version/ subdirectory by hand.
4+
PackageIdentifier: WarpSend.WarpSend
5+
PackageVersion: 7daa83861a5e
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)