forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: DoltHub.Dolt version 1.42.11 (microsoft#167606)
- Loading branch information
1 parent
cc03f5c
commit 83cdc60
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.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,20 @@ | ||
# Created using wingetcreate 1.6.4.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: DoltHub.Dolt | ||
PackageVersion: 1.42.11 | ||
InstallerLocale: en-US | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: wix | ||
Scope: machine | ||
UpgradeBehavior: install | ||
ProductCode: '{3F7092F3-0C80-4828-A6AD-0ED7A24A5009}' | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Dolt 1.41.0 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.42.11/dolt-windows-amd64.msi | ||
InstallerSha256: 6A5F310623015EDE321E3B147BFD0C39D80F5CE65730EF1BE5FF3A73D5A16F04 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
28 changes: 28 additions & 0 deletions
28
manifests/d/DoltHub/Dolt/1.42.11/DoltHub.Dolt.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,28 @@ | ||
# Created using wingetcreate 1.6.4.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: DoltHub.Dolt | ||
PackageVersion: 1.42.11 | ||
PackageLocale: en-US | ||
Publisher: DoltHub | ||
PublisherUrl: https://github.com/dolthub/dolt | ||
PublisherSupportUrl: https://github.com/dolthub/dolt/issues | ||
Author: DoltHub | ||
PackageName: Dolt | ||
PackageUrl: https://www.dolthub.com/ | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE | ||
CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE | ||
ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. | ||
Description: |- | ||
Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. | ||
Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. | ||
Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. | ||
Moniker: dolt | ||
Tags: | ||
- cli | ||
- data | ||
- git-for-data | ||
- versioning | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.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 using wingetcreate 1.6.4.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: DoltHub.Dolt | ||
PackageVersion: 1.42.11 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |