Jump to content
  • 0

404: Download Links for Adept2+Runtime and Waveforms not working anymore


Celibate0774

Question

Hi Digilent-Forum

I'm using Waveforms on a NixOS Linux distro and I've used this (https://github.com/liff/waveforms-flake) Nix flake to fetch the the .deb files from your server.

The waveform-flake uses the following URLs to download Adep2+Runtime and Waveforms:

{
    "adept2-runtime": {
        "version": "2.27.9",
        "systems": {
            "x86_64-linux": {
                "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-amd64.deb",
                "hash": "sha256-T8e+YnYUJMWswpgPb1C1GXagCZe9tURj9y3tvWs2Kus="
            },
            "i686-linux": {
                "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-i386.deb",
                "hash": "sha256-qJTV/sXHOuxe8dTxFXF3QoAo+ro2iPlX7kods9F1c10="
            },
            "aarch64-linux": {
                "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-arm64.deb",
                "hash": "sha256-5jb1s2ujaNKUe29Nl/9BWDeIMiU7XUBRhvaQo6AXoQs="
            },
            "armv7l-linux": {
                "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-armhf.deb",
                "hash": "sha256-5W5hbrrO5VaadeyDCikUyxYOWz5JW3tfUADgck6uAR4="
            }
        }
    },
    "waveforms": {
        "version": "3.20.1",
        "systems": {
            "x86_64-linux": {
                "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_amd64.deb",
                "hash": "sha256-1CKo0wCM9YdaZ0I7dFwfmSSi/UUp2SRvL6SolnF4tUI="
            },
            "i686-linux": {
                "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_i386.deb",
                "hash": "sha256-/ppOywf8iznfODSFA1IC9mcWvPgwZwWQ0SAm8fk4w0I="
            },
            "aarch64-linux": {
                "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_arm64.deb",
                "hash": "sha256-lQzsUgQ3ullrr0CwOeVVXmgImfVn04Xa2smlgjrwADA="
            },
            "armv7l-linux": {
                "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_armhf.deb",
                "hash": "sha256-ArAdRJUcvRSqD9fq+b0d8GzO+JVaU8qlKjcyT0C3ahU="
            }
        }
    }
}

It seems like all these Links are deprecated. Is there a new link address that can be provided to make this working again?

Thank you very much for your help!

Kind regards

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @Celibate0774,

The last four links for WaveForms 3.20.1 all worked for me as is (at least on my Windows 10 machine by highlighting the listed URL, right clicking, and choosing search). I did not verify the hash values though.

As for the first four links, you'll need to change the "+" in Adept2+Runtime to a "%20", so for example, https://files.digilent.com/Software/Adept2 Runtime/2.27.9/digilent.adept.runtime_2.27.9-amd64.deb

Let me know if you have any questions.

Thanks,
JColvin

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...