Skip to content

Commit

Permalink
Picard release 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zas authored and phw committed Feb 7, 2025
1 parent 6ed972e commit dd40f6c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.13.1',
'version': (2, 13, 1, 'final', 0),
'tag': '2.13.2',
'version': (2, 13, 2, 'final', 0),
'urls': {
'download': 'https://picard.musicbrainz.org/',
'changelog': 'https://blog.metabrainz.org/2025/02/05/picard-2-13-1-released/',
'changelog': 'https://blog.metabrainz.org/2025/02/07/picard-2-13-2-released/',
},
'win_size': '32',
'win_hash': 'bc95b67bbab38f99e2a104f8d2d8a1d2',
'win_hash': 'dce80853bab1f53b0e117ed407a82f81',
'win_portable_size': '45',
'win_portable_hash': '1f93693d24e7c13de32797f3ac4a5cf5',
'mac_10_12_size': '38',
'mac_10_12_hash': '09b186ce351db699c0cba42e742edb61',
'win_portable_hash': '9133be426744bb03d04fdd2ecc961d78',
'mac_10_12_size': '39',
'mac_10_12_hash': 'd7c8de40f22dbe053209cf46e0937f7c',
'mac_size': '39',
'mac_hash': '0bdfc5850667f076e8afa0e351a923d8',
'mac_hash': '1a187966b4837ea94f00ccdaa4ff45ac',
'source_tar_size': '5.9',
'source_tar_hash': '6fd9d021acaa87db26b7e87d1e85ace3',
'source_tar_hash': '85360fa8aa0bd301e4baa1e4146106db',
'source_zip_size': '6.4',
'source_zip_hash': '11790fa633fd7a3af1fab8ff28923ff5',
'source_zip_hash': '3de970979c4b0e0df882ce8a8866ff85',
},
'beta': {
'tag': '2.11.0rc1',
Expand Down

0 comments on commit dd40f6c

Please sign in to comment.