Skip to content

Commit

Permalink
Merge pull request #277 from phw/picard-2.9.2
Browse files Browse the repository at this point in the history
Picard 2.9.2
  • Loading branch information
zas authored Sep 12, 2023
2 parents 2e66882 + 2c09806 commit b0cabef
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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.9.1',
'version': (2, 9, 1, 'final', 0),
'tag': '2.9.2',
'version': (2, 9, 2, 'final', 0),
'urls': {
'download': 'https://picard.musicbrainz.org/',
'changelog': 'https://blog.metabrainz.org/2023/08/16/picard-2-9-1-released/',
'changelog': 'https://blog.metabrainz.org/2023/09/12/picard-2-9-2-released/',
},
'win_size': '31',
'win_hash': '24ea7ce04173d9733c8bb5aa434c3730',
'win_hash': 'ad34d72d1913867320434020a30651b9',
'win_portable_size': '45',
'win_portable_hash': '8670a9c831ecbda37e2a3c01943e44c7',
'mac_10_12_size': '36',
'mac_10_12_hash': 'fe2a2b6ca6e50a84a2b937077559355e',
'mac_size': '37',
'mac_hash': '06e9125f66b6c48d11dda85ef4aadf10',
'source_tar_size': '5.1',
'source_tar_hash': '8d20f6087246c5493afa8676fffdbf12',
'source_zip_size': '5.5',
'source_zip_hash': '706361e01444eb2348bdc80b57d0de75',
'win_portable_hash': '20152f2df15a63bf38b17cce049ea752',
'mac_10_12_size': '35',
'mac_10_12_hash': 'df17d806d336a6b805972339fc1c2b8e',
'mac_size': '38',
'mac_hash': '649ac25bc6727774c2e01380b1d4f773',
'source_tar_size': '5.3',
'source_tar_hash': '740b9a021dcc711e81c0f2d01a8df974',
'source_zip_size': '5.8',
'source_zip_hash': 'b7d74ff819cf342aa4063a5387c07f6a',
},
'beta': {
'tag': '2.9.0b3',
Expand Down

0 comments on commit b0cabef

Please sign in to comment.