-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: o2sh.onefetch version 2.23.1 (#204580)
- Loading branch information
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
manifests/o/o2sh/onefetch/2.23.1/o2sh.onefetch.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,32 @@ | ||
# Created with WinGet Releaser using komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: o2sh.onefetch | ||
PackageVersion: 2.23.1 | ||
InstallerLocale: en-US | ||
InstallerType: inno | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- onefetch | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ProductCode: '{BB44DE71-B34D-4707-AE9D-5FF3FA632283}_is1' | ||
ReleaseDate: 2025-01-01 | ||
AppsAndFeaturesEntries: | ||
- Publisher: Ossama Hjaji | ||
ProductCode: '{BB44DE71-B34D-4707-AE9D-5FF3FA632283}_is1' | ||
ElevationRequirement: elevatesSelf | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\onefetch' | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/o2sh/onefetch/releases/download/2.23.1/onefetch-setup.exe | ||
InstallerSha256: 7BC93C580623DD5605B6FED02696FDFA0F8CA5B1AA30EC75C157CA76D950DB9A | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
35 changes: 35 additions & 0 deletions
35
manifests/o/o2sh/onefetch/2.23.1/o2sh.onefetch.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 using komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: o2sh.onefetch | ||
PackageVersion: 2.23.1 | ||
PackageLocale: en-US | ||
Publisher: Ossama Hjaji | ||
PublisherUrl: https://github.com/o2sh | ||
PublisherSupportUrl: https://github.com/o2sh/onefetch/issues | ||
Author: Ossama Hjaji | ||
PackageName: onefetch | ||
PackageUrl: https://github.com/o2sh/onefetch | ||
License: MIT | ||
LicenseUrl: https://github.com/o2sh/onefetch/blob/HEAD/LICENSE.md | ||
Copyright: Copyright (c) Ossama Hjaji | ||
CopyrightUrl: https://github.com/o2sh/onefetch/blob/main/LICENSE.md | ||
ShortDescription: Command-line Git information tool | ||
Description: |- | ||
Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly to your terminal. | ||
The tool is completely offline - no network access is required. | ||
Moniker: onefetch | ||
Tags: | ||
- cli | ||
- command-line | ||
- command-line-interface | ||
- git | ||
- rust | ||
- tool | ||
ReleaseNotes: |- | ||
Bug Fixes 🐛 | ||
- Fix version in man page | ||
Full Changelog: https://github.com/o2sh/onefetch/compare/2.23.0...2.23.1 | ||
ReleaseNotesUrl: https://github.com/o2sh/onefetch/releases/tag/2.23.1 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
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 using komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: o2sh.onefetch | ||
PackageVersion: 2.23.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |