-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
4 changed files
with
83 additions
and
9 deletions.
There are no files selected for viewing
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
34 changes: 34 additions & 0 deletions
34
manifests/r/ryanbekhen/nanoproxy/0.9.0/ryanbekhen.nanoproxy.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,34 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
PackageIdentifier: ryanbekhen.nanoproxy | ||
PackageVersion: 0.9.0 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
ReleaseDate: "2023-11-27" | ||
Installers: | ||
- Architecture: arm64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: nanoproxy_windows_arm64\nanoproxy.exe | ||
PortableCommandAlias: nanoproxy | ||
InstallerUrl: https://github.com/ryanbekhen/nanoproxy/releases/download/v0.9.0/nanoproxy_windows_arm64.zip | ||
InstallerSha256: e6bba6734890c8e4701c65c5bdb9cde97f90e501f91ae1114f27a4149d7bc135 | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: x86 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: nanoproxy_windows_386\nanoproxy.exe | ||
PortableCommandAlias: nanoproxy | ||
InstallerUrl: https://github.com/ryanbekhen/nanoproxy/releases/download/v0.9.0/nanoproxy_windows_386.zip | ||
InstallerSha256: 83c9b7d8ffcadf099872fdc9e0e32a3be94155343869eec010f0a251682156c8 | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: nanoproxy_windows_amd64\nanoproxy.exe | ||
PortableCommandAlias: nanoproxy | ||
InstallerUrl: https://github.com/ryanbekhen/nanoproxy/releases/download/v0.9.0/nanoproxy_windows_amd64.zip | ||
InstallerSha256: ffe46cd30f07e8dd25320c48d8487068e9c30727ed5ec3dc6ab8edf9de92658a | ||
UpgradeBehavior: uninstallPrevious | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
33 changes: 33 additions & 0 deletions
33
manifests/r/ryanbekhen/nanoproxy/0.9.0/ryanbekhen.nanoproxy.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,33 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
PackageIdentifier: ryanbekhen.nanoproxy | ||
PackageVersion: 0.9.0 | ||
PackageLocale: en-US | ||
Publisher: ryanbekhen | ||
PublisherUrl: https://ryanbekhen.dev | ||
PublisherSupportUrl: https://ryanbekhen.dev | ||
Author: ryanbekhen | ||
PackageName: nanoproxy | ||
PackageUrl: https://github.com/ryanbekhen/nanoproxy | ||
License: MIT | ||
LicenseUrl: https://github.com/ryanbekhen/nanoproxy/blob/master/LICENSE | ||
Copyright: ryanbekhen | ||
CopyrightUrl: https://github.com/ryanbekhen/nanoproxy/blob/master/LICENSE | ||
ShortDescription: nanoproxy is a simple reverse proxy written in Go. | ||
Description: nanoproxy is a simple reverse proxy written in Go. | ||
Moniker: nanoproxy | ||
Tags: | ||
- Proxy | ||
- Socks5 | ||
ReleaseNotes: | | ||
## Changelog | ||
### :rocket: Features | ||
* b494133 feat:add client and dest timeout | ||
### :gear: Others | ||
* 0f4361d Brew formula update for nanoproxy version v0.8.3 | ||
* dbb3849 Merge remote-tracking branch 'origin/master' | ||
* 93267c6 New version: ryanbekhen.nanoproxy 0.8.3: add installer | ||
* 791cf62 New version: ryanbekhen.nanoproxy 0.8.3: add locale | ||
* cffce7b New version: ryanbekhen.nanoproxy 0.8.3: add version | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
7 changes: 7 additions & 0 deletions
7
manifests/r/ryanbekhen/nanoproxy/0.9.0/ryanbekhen.nanoproxy.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,7 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
PackageIdentifier: ryanbekhen.nanoproxy | ||
PackageVersion: 0.9.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |