Skip to content

Commit 73719ef

Browse files
committed
New CDN for download
1 parent a89dcb2 commit 73719ef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

com.useanything.AnythingLLMDesktop.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>
@@ -29,4 +29,4 @@
2929
<category>Office</category>
3030
</categories>
3131
<content_rating type="oars-1.1" />
32-
</component>
32+
</component>

sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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+
]

update-version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import json
66
import 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"
1010
f = urllib.request.urlopen(check_version_url)
1111
last_modified_tuple = email.utils.parsedate(f.info()['Last-Modified'])
1212
latest_version = f.read().decode('ascii')

0 commit comments

Comments
 (0)