Skip to content

Tags: webinstall/webi-installers

Tags

cmd/webicached/v1.3.3

Toggle cmd/webicached/v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
fix(ollama): fix macOS segfault and exclude mlx/rocm/jetpack variants

- pkg_link called webi_link which called pkg_link — infinite recursion
  causing SIGSEGV on macOS; fixed by switching to WEBI_SINGLE-style paths
  so the template's webi_link handles symlinking directly
- macOS pkg_src now points to the flat ollama binary (not ./bin/ollama)
- mlx, rocm, jetpack5, jetpack6 tagged as variants so generic installs
  get the standard build instead of a GPU-specific one

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
fix(mariadb-galera): remove obsolete package

Galera is bundled into MariaDB 10.1+ — no separate downloads exist.
The MariaDB REST API confirms this: "There are no longer separate
MariaDB Galera Cluster releases for MariaDB 10.1 and above."

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
feat(ffmpeg): add ffmpegdist classifier for eugeneware/ffmpeg-static

Upstream uses non-standard OS/arch names (x64, ia32, win32, arm) and
ships both bare binaries and .gz-compressed copies. classifyFFmpegDist
maps those to canonical names and keeps only bare binaries.

Also adds source-override logic to installerconf so that
github_releases + source = ffmpegdist works: GitHub is used for
fetching while the custom classifier handles classification.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
chore: go mod tidy

v1.1.1

Toggle v1.1.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
chore(release): bump to v1.1.1

v1.1.0

Toggle v1.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
chore(release): bump to v1.1.0

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
chore: bump version to 1.2.8

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
chore: bump version to 1.2.7

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
chore: update version and lockfile