Merge pull request #333 from eReuse/update-workbench-iso

Update wb iso from 2022.5.2-beta to 2022.8.0-beta
This commit is contained in:
Nadeu 2022-09-07 13:42:05 +02:00 committed by GitHub
commit 9cad30fff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,14 @@
isos = {
"demo": {
'iso': "USODY_2022.5.2-beta.iso",
'iso': "USODY_2022.8.0-Demo.iso",
'url': 'http://releases.usody.com/demo/',
},
"2022": {
'iso': "USODY_2022.5.2-beta.iso",
'url': 'http://releases.usody.com//2022/',
'iso': "USODY_2022.8.0-beta.iso",
'url': 'http://releases.usody.com/2022/',
},
"v14": {
'iso': "USODY_14.0.0.iso",
'url': 'http://releases.usody.com/v14/'
},
"v14": {'iso': "USODY_14.0.0.iso", 'url': 'http://releases.usody.com/v14/'},
}