forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: jsdelivr.Globalping version 1.3.0
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
manifests/j/jsdelivr/Globalping/1.3.0/jsdelivr.Globalping.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: jsdelivr.Globalping | ||
PackageVersion: 1.3.0 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: globalping.exe | ||
ReleaseDate: 2024-06-17 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/jsdelivr/globalping-cli/releases/download/v1.3.0/globalping_Windows_i386.zip | ||
InstallerSha256: 163B8E2ED47BA8EC6876FD860E109CB5CD1D8B927C924A8BB4358C439BA46E44 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/jsdelivr/globalping-cli/releases/download/v1.3.0/globalping_Windows_x86_64.zip | ||
InstallerSha256: CF687FDD3DD381D4DDD7AD4669052929B880B3E058353D7EE2360CFA92B034F4 | ||
- Architecture: arm64 | ||
InstallerUrl: https://github.com/jsdelivr/globalping-cli/releases/download/v1.3.0/globalping_Windows_arm64.zip | ||
InstallerSha256: 27F1907A76BE2A7A0B9860F093DE47607EEBC3331F8FAD90A6574F00EC529B0E | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
35 changes: 35 additions & 0 deletions
35
manifests/j/jsdelivr/Globalping/1.3.0/jsdelivr.Globalping.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: jsdelivr.Globalping | ||
PackageVersion: 1.3.0 | ||
PackageLocale: en-US | ||
Publisher: jsdelivr | ||
PublisherUrl: https://www.jsdelivr.com/globalping | ||
PublisherSupportUrl: https://github.com/jsdelivr/globalping-cli/issues | ||
PackageName: Globalping CLI | ||
PackageUrl: https://github.com/jsdelivr/globalping-cli | ||
License: MPL-2.0 | ||
LicenseUrl: https://github.com/jsdelivr/globalping-cli/blob/master/LICENSE | ||
ShortDescription: A simple CLI tool to run networking commands remotely from hundreds of globally distributed servers | ||
Description: |- | ||
Globalping is a platform that allows anyone to run networking commands such as ping, traceroute, dig and mtr on probes distributed all around the world. | ||
The CLI tool allows you to interact with the API in a simple and human-friendly way to debug networking issues like anycast routing and script automated tests and benchmarks. | ||
Moniker: globalping | ||
ReleaseNotes: |- | ||
Changelog | ||
- 582c35f misc: fix typos in the code (#104) | ||
- 40721c4 docs: update readme help sample | ||
- f4e0cd3 docs: revise help screens (#102) | ||
- ad2db29 fix: indent flags descriptions based on the terminal width (#103) | ||
- a64f850 refactor: replace + with . in infinite links (#100) | ||
- 946ab93 misc: update packagecloud release (#98) | ||
- c522c89 feat: add history command (#97) | ||
- 2c844ae misc: update location output, add custom area printer (#96) | ||
- 52b7a42 feat: infinite ping - concurent calls (#93) | ||
ReleaseNotesUrl: https://github.com/jsdelivr/globalping-cli/releases/tag/v1.3.0 | ||
PurchaseUrl: https://opencollective.com/jsdelivr | ||
Documentations: | ||
- DocumentUrl: https://github.com/jsdelivr/globalping-cli#readme | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
8 changes: 8 additions & 0 deletions
8
manifests/j/jsdelivr/Globalping/1.3.0/jsdelivr.Globalping.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: jsdelivr.Globalping | ||
PackageVersion: 1.3.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |