File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 </screenshots >
2121 <releases >
2222 <release type =" stable" version =" 1.6.7" date =" 2024-09-14" />
23- </releases >
23+ <release type = " stable " version = " 1.7.3 " date = " 2025-01-29 " />< /releases >
2424 <url type =" homepage" >https://anythingllm.com/</url >
2525 <url type =" bugtracker" >https://github.com/Mintplex-Labs/anything-llm/issues</url >
2626 <url type =" help" >https://docs.anythingllm.com/</url >
2929 <category >Office</category >
3030 </categories >
3131 <content_rating type =" oars-1.1" />
32- </component >
32+ </component >
Original file line number Diff line number Diff line change 11[
22 {
33 "type" : " file" ,
4- "url" : " https://s3.us-west-1.amazonaws.com/public .useanything.com/latest/AnythingLLMDesktop.AppImage" ,
5- "sha256" : " ca817e7cdb2ac6fd0634e85d7061970d055c835b619e8c5c5cc2d113ba70bc19 "
4+ "url" : " https://cdn .useanything.com/latest/AnythingLLMDesktop.AppImage" ,
5+ "sha256" : " d0aeb1e2b730c29e50090c53610df3945e1c4d6e102956820e9d1cc2ef001c94 "
66 },
77 {
88 "type" : " file" ,
99 "path" : " com.useanything.AnythingLLMDesktop.metainfo.xml" ,
10- "sha256" : " 8cc6cf07e68296aceefb35d76f713048e2c63627b01ea2e5b52eb0eaf4dcf9e6 "
10+ "sha256" : " 77c9ea185c59db9afc21a04b9457b3923bbf7f519ae667498fcc4120a5749dc8 "
1111 }
12- ]
12+ ]
Original file line number Diff line number Diff line change 55import json
66import xml .etree .ElementTree
77
8- app_image_url = "https://s3.us-west-1.amazonaws.com/public .useanything.com/latest/AnythingLLMDesktop.AppImage"
9- check_version_url = "https://s3.us-west-1.amazonaws.com/public .useanything.com/latest/version.txt"
8+ app_image_url = "https://cdn .useanything.com/latest/AnythingLLMDesktop.AppImage"
9+ check_version_url = "https://cdn .useanything.com/latest/version.txt"
1010f = urllib .request .urlopen (check_version_url )
1111last_modified_tuple = email .utils .parsedate (f .info ()['Last-Modified' ])
1212latest_version = f .read ().decode ('ascii' )
You can’t perform that action at this time.
0 commit comments