lefthook icon indicating copy to clipboard operation
lefthook copied to clipboard

Installation script cannot fetch repo information for Alpine 3.22

Open efrecon opened this issue 11 months ago • 0 comments

:wrench: Summary

Installation on Alpine 3.22 as per the official documentation does not work.

Lefthook version

Steps to reproduce

The official install script fails. This is because there is no repository information for Alpine 3.22

Expected results

Actual results

Running the following

curl -1sLf 'https://dl.cloudsmith.io/public/evilmartians/lefthook/config.alpine.txt?distro=alpine&codename=v3.22'

returns nothing.

But running the following:

curl -1sLf 'https://dl.cloudsmith.io/public/evilmartians/lefthook/config.alpine.txt?distro=alpine&codename=v3.21'

returns apk compatible information.

# Source: Evil Martians
# Site: https://github.com/evilmartians/lefthook
# Repository: Evil Martians / Lefthook
# Description: Fast and powerful Git hooks manager for any type of projects.


https://dl.cloudsmith.io/public/evilmartians/lefthook/alpine/v3.21/main

Possible Solution

Logs / Screenshots

See above

efrecon avatar Jun 12 '25 19:06 efrecon