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: ChilliBits.Spice version 0.20.5
- Loading branch information
1 parent
e8e6e80
commit 91bbdfe
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.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,23 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.5 | ||
InstallerLocale: en-US | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- silent | ||
UpgradeBehavior: install | ||
ProductCode: '{C5EC243E-76A5-405B-B8D5-25F5ACEB0C92}' | ||
ReleaseDate: 2024-09-02 | ||
AppsAndFeaturesEntries: | ||
- UpgradeCode: '{EA9FD143-DB2C-4C7A-8735-52BAA4F44B7D}' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.5/spice_x64_setup.msi | ||
InstallerSha256: BD4198002C4AF17842F0F0260693FBAB984B357249B7019FCBF7D425321BD452 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
52 changes: 52 additions & 0 deletions
52
manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.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,52 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.5 | ||
PackageLocale: en-US | ||
Publisher: ChilliBits | ||
PublisherUrl: https://chillibits.com | ||
PublisherSupportUrl: https://www.spicelang.com | ||
PrivacyUrl: https://www.chillibits.com/en/legal-notice | ||
Author: Marc Auberer | ||
PackageName: Spice | ||
PackageUrl: https://www.spicelang.com | ||
License: MIT | ||
LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE | ||
Copyright: Copyright (c) 2021-2023 ChilliBits | ||
ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. | ||
Description: |- | ||
The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. | ||
Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. | ||
Tags: | ||
- antlr | ||
- chillibits | ||
- cli | ||
- compiler | ||
- docker | ||
- language | ||
- llvm | ||
- programming-language | ||
- spice | ||
ReleaseNotes: |- | ||
Changelog | ||
- : Rebrand Twitter to X in docs (#635) (@marcauberer) | ||
- : Introduce Deque (double ended queue) std container (#636) (@marcauberer) | ||
- : Fix bug in debug info for lambdas (#637) (@marcauberer) | ||
- : Upgrade to LLVM 19.1.0-rc3 (#638) (@marcauberer) | ||
- : Improve type checker revisiting mechanism (#639) (@marcauberer) | ||
- : Bump mkdocs-git-revision-date-localized-plugin from 1.2.6 to 1.2.7 in /docs (#640) (@dependabot[bot]) | ||
- : Bump mkdocs-material from 9.5.31 to 9.5.33 in /docs (#641) (@dependabot[bot]) | ||
- : Bump mkdocs-material[imaging] from 9.5.31 to 9.5.33 in /docs (#642) (@dependabot[bot]) | ||
- : Fix duplicate copy ctor (#643) (@marcauberer) | ||
- : Add filesystem std (#644) (@marcauberer) | ||
- : Add more code docs to filepath std (#645) (@marcauberer) | ||
- : Update Goreleaser & Go version for publishing (#646) (@marcauberer) | ||
- : Bump mkdocs-material from 9.5.33 to 9.5.34 in /docs (#648) (@dependabot[bot]) | ||
- : Bump mkdocs-material[imaging] from 9.5.33 to 9.5.34 in /docs (#647) (@dependabot[bot]) | ||
What to do next? | ||
- Install Spice | ||
- Visit www.spicelang.com to test the new features | ||
ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.5 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.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 v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.5 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |