@@ -17,15 +17,15 @@ builds:
1717 - CGO_ENABLED=0
1818 id : linux
1919 goos : [linux]
20- goarch : [' amd64',' arm64',' 386' ]
20+ goarch : [" amd64", " arm64", " 386" ]
2121 - << : *build_defaults
2222 id : macos
2323 goos : [darwin]
24- goarch : [' amd64',' arm64' ]
24+ goarch : [" amd64", " arm64" ]
2525 - << : *build_defaults
2626 id : windows
2727 goos : [windows]
28- goarch : [' amd64',' 386' ]
28+ goarch : [" amd64", " 386" ]
2929
3030archives :
3131 - id : linux
@@ -64,39 +64,87 @@ brews:
6464 assert_match "anchor is a command line interface for the Anchor certificate management platform.", shell_output("#{bin}/anchor")
6565
6666msi :
67- - name : " msi-builder-{{ .MsiArch }}"
68- id : anchor-msi
69- ids :
70- - windows
71- wxs : ./windows/app.wxs
72- extra_files :
73- - ./windows/als2.ico
74- - ../../LICENSE
75- mod_timestamp : " {{ .CommitTimestamp }}"
67+ - name : " msi-builder-{{ .MsiArch }}"
68+ id : anchor-msi
69+ ids :
70+ - windows
71+ wxs : ./windows/app.wxs
72+ extra_files :
73+ - ./windows/als2.ico
74+ - ../../LICENSE
75+ mod_timestamp : " {{ .CommitTimestamp }}"
7676
7777chocolateys :
78- - name : anchor
79- ids :
80- - anchor-msi
81- package_source_url : https://github.com/anchordotdev/cli
82- owners : Anchor Security, Inc.
83- title : Anchor CLI
84- authors : Anchor
85- project_url : https://anchor.dev
86- use : msi
87- url_template : " https://github.com/anchordotdev/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
88- copyright : 2024 Anchor Security, Inc.
89- license_url : https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE
90- require_license_acceptance : false
91- project_source_url : https://github.com/anchordotdev/cli
92- docs_url : https://anchor.dev/docs
93- bug_tracker_url : https://github.com/anchordotdev/cli/issues
94- icon_url : https://anchor.dev/images/als2.png
95- tags : " security tls ssl certificates localhost https cryptography encryption acme cli x509 X.509"
96- summary : " Command-line tools for Anchor.dev"
97- description : |
78+ - name : anchor
79+ ids :
80+ - anchor-msi
81+ package_source_url : https://github.com/anchordotdev/cli
82+ owners : Anchor Security, Inc.
83+ title : Anchor CLI
84+ authors : Anchor
85+ project_url : https://anchor.dev
86+ use : msi
87+ url_template : " https://github.com/anchordotdev/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
88+ copyright : 2024 Anchor Security, Inc.
89+ license_url : https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE
90+ require_license_acceptance : false
91+ project_source_url : https://github.com/anchordotdev/cli
92+ docs_url : https://anchor.dev/docs
93+ bug_tracker_url : https://github.com/anchordotdev/cli/issues
94+ icon_url : https://anchor.dev/images/als2.png
95+ tags : " security tls ssl certificates localhost https cryptography encryption acme cli x509 X.509"
96+ summary : " Command-line tools for Anchor.dev"
97+ description : |
9898 anchor is a command line interface for the Anchor certificate management platform.
9999 It provides a developer friendly interface for certificate management.
100- release_notes : " https://github.com/anchordotdev/cli/releases/tag/v{{ .Version }}"
101- api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
102- source_repo : " https://push.chocolatey.org/"
100+ release_notes : " https://github.com/anchordotdev/cli/releases/tag/v{{ .Version }}"
101+ api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
102+ source_repo : " https://push.chocolatey.org/"
103+
104+ winget :
105+ - name : cli
106+ publisher : Anchor
107+ short_description : " Command-line tools for Anchor.dev"
108+ license : mit
109+ publisher_url : https://anchor.dev
110+ publisher_support_url : https://github.com/anchordotdev/cli/issues
111+ package_identifier : Anchor.cli
112+ ids :
113+ - anchor-msi
114+ use : msi
115+ product_code : C5F94F62-E3CC-48E2-AB3C-4DED8C6099E9
116+ url_template : " https://github.com/anchordotdev/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
117+ homepage : https://anchor.dev
118+ description : |
119+ anchor is a command line interface for the Anchor certificate management platform.
120+ It provides a developer friendly interface for certificate management.
121+ license_url : https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE
122+ copyright : 2024 Anchor Security, Inc.
123+ release_notes : " {{.Changelog}}"
124+ release_notes_url : " https://github.com/anchordotdev/cli/releases/tag/v{{ .Version }}"
125+ tags :
126+ [
127+ " security" ,
128+ " tls" ,
129+ " ssl" ,
130+ " certificates" ,
131+ " localhost" ,
132+ " https" ,
133+ " cryptography" ,
134+ " encryption" ,
135+ " acme" ,
136+ " cli" ,
137+ " x509" ,
138+ " X.509" ,
139+ ]
140+ repository :
141+ owner : anchordotdev
142+ name : winget-pkgs
143+ branch : " {{.ProjectName}}-{{.Version}}"
144+ pull_request :
145+ enabled : true
146+ check_boxes : true
147+ base :
148+ owner : microsoft
149+ name : winget-pkgs
150+ branch : master
0 commit comments