* New WinGet package manifest for The Silver Searcher * Removed the ManifestVersion field, which is not yet supported by the server validation bot. * Removed the reference to the amd64 installer capability. * Trigger Build Co-authored-by: Jean-François Larvoire <jf.larvoire@hpe.com>
33 lines
1.6 KiB
YAML
33 lines
1.6 KiB
YAML
###############################################################################
|
|
# #
|
|
# Filename ag.yaml #
|
|
# #
|
|
# Description WinGet package manifest for The Silver Searcher #
|
|
# #
|
|
# Notes #
|
|
# #
|
|
# History #
|
|
# 2020-06-03 JFL Created this file. #
|
|
# #
|
|
###############################################################################
|
|
|
|
Id: JFLarvoire.Ag
|
|
Publisher: Jean-François Larvoire
|
|
Name: The Silver Searcher
|
|
Version: 2.2.3
|
|
AppMoniker: Ag
|
|
MinOSVersion: 5.1.0.0
|
|
Description: A fast open source text search tool, optimized for software development
|
|
Homepage: https://github.com/JFLarvoire/the_silver_searcher
|
|
Tags: "find,grep"
|
|
License: Apache Licence version 2.0
|
|
LicenseUrl: https://github.com/JFLarvoire/the_silver_searcher/blob/master/LICENSE
|
|
InstallerType: exe
|
|
Switches:
|
|
Silent: -y
|
|
SilentWithProgress: -y
|
|
Installers:
|
|
- Arch: x86
|
|
Url: https://github.com/JFLarvoire/the_silver_searcher/releases/download/2.2.3-Windows/ag_setup.exe
|
|
Sha256: 69206e14e933ee8a037d64f0f857b69b9f7da266dbcfd39a4d10a485d80a2f73
|