Skip to content

Commit

Permalink
Merge pull request #344 from metabrainz/picard-2.13.1
Browse files Browse the repository at this point in the history
Picard release 2.13.1
  • Loading branch information
zas authored Feb 5, 2025
2 parents a69473c + 98200cc commit 6ed972e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions website/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
# The Picard developers have standardized on using only 'dev' or 'final' as the str_type segment of the version tuple.
PICARD_VERSIONS = {
'stable': {
'tag': '2.12.3',
'version': (2, 12, 3, 'final', 0),
'tag': '2.13.1',
'version': (2, 13, 1, 'final', 0),
'urls': {
'download': 'https://picard.musicbrainz.org/',
'changelog': 'https://blog.metabrainz.org/2024/09/04/picard-2-12-3-released/',
'changelog': 'https://blog.metabrainz.org/2025/02/05/picard-2-13-1-released/',
},
'win_size': '31',
'win_hash': 'dc6674d9cc6270ec909456656fd968a7',
'win_size': '32',
'win_hash': 'bc95b67bbab38f99e2a104f8d2d8a1d2',
'win_portable_size': '45',
'win_portable_hash': 'b8bee2ee5b4ca29586f123af1a721d77',
'mac_10_12_size': '35',
'mac_10_12_hash': '96d50e4ce1e2bc66e0515190bce03fda',
'mac_size': '38',
'mac_hash': 'f6872dd698cbefc01235a2d8dc158756',
'source_tar_size': '5.7',
'source_tar_hash': '0e3c47d28e73cdb16c3084884e1f7953',
'source_zip_size': '6.2',
'source_zip_hash': '51f33977ef409a3fc8096f580834b350',
'win_portable_hash': '1f93693d24e7c13de32797f3ac4a5cf5',
'mac_10_12_size': '38',
'mac_10_12_hash': '09b186ce351db699c0cba42e742edb61',
'mac_size': '39',
'mac_hash': '0bdfc5850667f076e8afa0e351a923d8',
'source_tar_size': '5.9',
'source_tar_hash': '6fd9d021acaa87db26b7e87d1e85ace3',
'source_zip_size': '6.4',
'source_zip_hash': '11790fa633fd7a3af1fab8ff28923ff5',
},
'beta': {
'tag': '2.11.0rc1',
Expand Down

0 comments on commit 6ed972e

Please sign in to comment.