diff --git a/manifest.toml b/manifest.toml index f231df7..c1aabf9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,7 @@ ram.runtime = "500M" armhf.url = "https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz" armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe" - [resources.sources.lxd] + [resources.sources.main] url = "https://github.com/canonical/lxd/releases/download/lxd-5.21.1/lxd-5.21.1.tar.gz" sha256 = "f148aa7e1fc31f6cef3038e141e9bd03787274ffc506b97376d758abf1a93cb7" autoupdate.strategy = "latest_github_release" diff --git a/scripts/install b/scripts/install index 3bf9c53..ced3fae 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ ynh_script_progression --message="Setting up source files..." --weight=5 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --source_id="go" --dest_dir="$install_dir/go" -ynh_setup_source --source_id="lxd" --dest_dir="$install_dir/lxd" +ynh_setup_source --source_id="main" --dest_dir="$install_dir/lxd" #================================================= # SPECIFIC SETUP diff --git a/scripts/upgrade b/scripts/upgrade index 86ae56c..054fbf0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -41,7 +41,7 @@ ynh_setup_source --source_id="go" --dest_dir="$install_dir/go" --full_replace=1 export PATH="$install_dir/go/bin:$PATH" -ynh_setup_source --source_id="lxd" --dest_dir="$install_dir/lxd" --full_replace=1 +ynh_setup_source --source_id="main" --dest_dir="$install_dir/lxd" --full_replace=1 export GOPATH="$install_dir/lxd/vendor/"