Skip to content

Commit

Permalink
Merge pull request #118 from supermihi/upgrade-taglib
Browse files Browse the repository at this point in the history
update TagLib installed through bulid_taglib.py to 1.13.1
  • Loading branch information
supermihi authored Nov 17, 2023
2 parents ec7bdfe + 917f6af commit 40fadce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## NEXT
- [!118](https://github.com/supermihi/pytaglib/pull/118): update Taglib version for binary wheels to 1.13.1
- [!117](https://github.com/supermihi/pytaglib/pull/117): modernize packaging / tooling
- [!116](https://github.com/supermihi/pytaglib/pull/116): fix Python 3.12 build
## pytaglib 2.0.0 (2023-03-26)
Expand Down
6 changes: 3 additions & 3 deletions build_taglib.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
here = Path(__file__).resolve().parent
default_taglib_path = here / "build" / "taglib" / f"{system}-{arch}-py{python_version}"

taglib_version = "1.13"
taglib_release = f"https://github.com/taglib/taglib/releases/download/v{taglib_version}/taglib-{taglib_version}.tar.gz"
taglib_sha256sum = "58f08b4db3dc31ed152c04896ee9172d22052bc7ef12888028c01d8b1d60ade0"
taglib_version = "1.13.1"
taglib_release = f"https://github.com/taglib/taglib/archive/refs/tags/v{taglib_version}.tar.gz"
taglib_sha256sum = "c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b"


class Configuration:
Expand Down

0 comments on commit 40fadce

Please sign in to comment.