mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Upgrade TagLib to 1.12
This commit is contained in:
parent
39d68e8287
commit
3cac00ad13
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ NODE_VERSION=$(shell cat .nvmrc)
|
|||
GIT_SHA=$(shell git rev-parse --short HEAD)
|
||||
GIT_TAG=$(shell git describe --tags `git rev-list --tags --max-count=1`)
|
||||
|
||||
CI_RELEASER_VERSION=1.16.3-1 ## https://github.com/navidrome/ci-goreleaser
|
||||
CI_RELEASER_VERSION=1.16.4-1 ## https://github.com/navidrome/ci-goreleaser
|
||||
|
||||
setup: check_env download-deps ##@1_Run_First Install dependencies and prepare development environment
|
||||
@echo Downloading Node dependencies...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue