Skip to content

Commit

Permalink
New version: twpayne.chezmoi version 2.34.3 (#111215)
Browse files Browse the repository at this point in the history
* New version: twpayne.chezmoi version 2.34.3

* Fix incorrect URLs and checksums created by vedantmgoyal2009/winget-releaser
  • Loading branch information
twpayne committed Jul 4, 2023
1 parent 46f4ec8 commit 58be506
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
25 changes: 25 additions & 0 deletions manifests/t/twpayne/chezmoi/2.34.3/twpayne.chezmoi.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with WinGet Releaser v2 using Komac v1.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json

PackageIdentifier: twpayne.chezmoi
PackageVersion: 2.34.3
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: chezmoi.exe
PortableCommandAlias: chezmoi
Installers:
- Architecture: x86
InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.34.3/chezmoi_2.34.3_windows_i386.zip
InstallerSha256: 03FDC9413DA849D03A386DF9F02254FE48C1EEF712148F375A2C4B0D21A962FD
- Architecture: x64
InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.34.3/chezmoi_2.34.3_windows_amd64.zip
InstallerSha256: 8DFC6B2F46FA86B00A20B8C1C86707813317660165D72A29263CB05A652BEACC
- Architecture: arm
InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.34.3/chezmoi_2.34.3_windows_arm.zip
InstallerSha256: 4D70FE69162FF5C76C4A74AE9AA3C6B1F07BD80AB25C2F91326E7721FA990704
- Architecture: arm64
InstallerUrl: https://github.com/twpayne/chezmoi/releases/download/v2.34.3/chezmoi_2.34.3_windows_arm64.zip
InstallerSha256: 1F888B8F731AD14D987B6B7A0B7C0313E1E263C3C0741FD32E22F468C20DFAFD
ManifestType: installer
ManifestVersion: 1.4.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Created with WinGet Releaser v2 using Komac v1.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json

PackageIdentifier: twpayne.chezmoi
PackageVersion: 2.34.3
PackageLocale: en-US
Publisher: Tom Payne
PublisherUrl: http://twpayne.blogspot.com
PublisherSupportUrl: https://github.com/twpayne/chezmoi/issues
Author: Tom Payne
PackageName: chezmoi
PackageUrl: https://www.chezmoi.io
License: MIT
LicenseUrl: https://github.com/twpayne/chezmoi/blob/master/LICENSE
Copyright: Copyright (c) 2018-2023 Tom Payne
CopyrightUrl: https://github.com/twpayne/chezmoi/blob/master/LICENSE
ShortDescription: Manage your dotfiles across multiple diverse machines, securely.
Tags:
- cli
- configuration
- dotbot
- dotfile
- dotfiles
- stow
- yadm
ReleaseNotes: |-
What's Changed
- fix: Check .chezmoiignore before protected paths by @twpayne in #3052
- chore: Add actionlint linter by @twpayne in #3053
- fix: Parse hostnames from all loopback addresses in /etc/hosts by @twpayne in #3055
- chore: Update dependencies by @twpayne in #3058
- fix: Respect persistentState config variable by @twpayne in #3066
- chore: Miscellaneous fixes by @twpayne in #3068
- docs: Remove reference to tar and /dev/stdin so code works on Windows by @Sacro in #3069
- chore: Update goreleaser config for version 1.19 by @twpayne in #3071
- fix: Drop Solaris and Illumos support by @twpayne in #3060
- chore(deps): bump github.com/rogpeppe/go-internal from 1.10.1-0.20230524175051-ec119421bb97 to 1.11.0 by @dependabot in #3073
- chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.1 by @dependabot in #3074
- chore(deps): bump reviewdog/action-misspell from 1.12.4 to 1.13.1 by @dependabot in #3075
- chore(deps): bump github/codeql-action from 2.20.0 to 2.20.1 by @dependabot in #3076
New Contributors
- @Sacro made their first contribution in #3069
ReleaseNotesUrl: https://github.com/twpayne/chezmoi/releases/tag/v2.34.3
ManifestType: defaultLocale
ManifestVersion: 1.4.0
8 changes: 8 additions & 0 deletions manifests/t/twpayne/chezmoi/2.34.3/twpayne.chezmoi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json

PackageIdentifier: twpayne.chezmoi
PackageVersion: 2.34.3
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.4.0

0 comments on commit 58be506

Please sign in to comment.