Skip to content

Commit

Permalink
chore: upgrade bundled TagLib to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi authored May 1, 2024
1 parent e9f2685 commit 3ac720f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_native_taglib.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
from dataclasses import dataclass
from pathlib import Path

taglib_version = "2.0"
taglib_version = "2.0.1"
taglib_url = f"https://github.com/taglib/taglib/archive/refs/tags/v{taglib_version}.tar.gz"
taglib_sha256sum = "e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859"
taglib_sha256sum = "08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925"

utfcpp_version = "4.0.5"
utfcpp_url = f"https://github.com/nemtrif/utfcpp/archive/refs/tags/v{utfcpp_version}.tar.gz"
Expand Down

0 comments on commit 3ac720f

Please sign in to comment.