Skip to content

Commit

Permalink
download the sparql-anything jar file from download.eccenca.com
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Sep 4, 2024
1 parent b173f2f commit c5cc493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_sparql_anything/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def has_jar() -> bool:

def get_jar_artifact_uri() -> str:
"""Retrieve the download url for latest SPARQL Anything release."""
return "https://github.com/SPARQL-Anything/sparql.anything/releases/download/0.9.0/sparql-anything-0.9.0.jar"
return f"https://download.eccenca.com/cmem-plugin-sparql-anything/sparql-anything-{JAR_VERSION}.jar"


def download_sparql_anything() -> None:
Expand Down

0 comments on commit c5cc493

Please sign in to comment.