Skip to content

Commit 127a5c2

Browse files
authored
New version: Babashka.Babashka version 1.12.217 (#349912)
1 parent ec5f4d3 commit 127a5c2

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Babashka.Babashka
5+
PackageVersion: 1.12.217
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: bb.exe
10+
InstallModes:
11+
- silent
12+
UpgradeBehavior: install
13+
FileExtensions:
14+
- bb
15+
- clj
16+
- cljc
17+
Dependencies:
18+
PackageDependencies:
19+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
20+
ReleaseDate: 2026-03-16
21+
Installers:
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/babashka/babashka/releases/download/v1.12.217/babashka-1.12.217-windows-amd64.zip
24+
InstallerSha256: 74FEC166D2A7AF69DA022A78D205405765FA1278B3B4B93CAF7DB0401CBCBFF1
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Babashka.Babashka
5+
PackageVersion: 1.12.217
6+
PackageLocale: en-US
7+
Publisher: Babashka
8+
PublisherUrl: https://babashka.org/
9+
PublisherSupportUrl: https://github.com/babashka/babashka/issues
10+
PackageName: Babashka
11+
PackageUrl: https://github.com/babashka/babashka/releases/latest
12+
License: EPL-1.0
13+
LicenseUrl: https://github.com/babashka/babashka/blob/HEAD/LICENSE
14+
ShortDescription: Native, fast starting Clojure interpreter for scripting
15+
Description: Babashka is a native Clojure interpreter for scripting with fast startup. Its main goal is to leverage Clojure in places where you would be using bash otherwise.
16+
Tags:
17+
- babashka
18+
- bash
19+
- clojure
20+
- graalvm
21+
- scripting
22+
- shell-scripting
23+
ReleaseNotes: |-
24+
What's Changed
25+
- Fix #1903: document -D in bb help by @vieirandre in #1949
26+
- Optimize binding + constant args by @borkdude in #1953
27+
- Address #1955 by supporting -version by @seancorfield in #1956
28+
- Fix #1951: --prepare flag consuming next arg by @vieirandre in #1952
29+
- Add #1951 fix to changelog by @vieirandre in #1957
30+
New Contributors
31+
- @vieirandre made their first contribution in #1949
32+
- @seancorfield made their first contribution in #1956
33+
Full Changelog: v1.12.216...v1.12.217
34+
ReleaseNotesUrl: https://github.com/babashka/babashka/releases/tag/v1.12.217
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Babashka.Babashka
5+
PackageVersion: 1.12.217
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)