summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4107d1716c..d5e94650ce1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = exodus
depends = nss
depends = libxss
depends = glibc>=2.28-4
- source = https://exodusbin.azureedge.net/releases/exodus-linux-x64-20.1.30.zip
+ source = https://downloads.exodus.io/releases/exodus-linux-x64-20.1.30.zip
source = exodus.svg
source = exodus.desktop
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index d2730664605a..3606b7b44981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://exodus.io"
license=('custom')
depends=('gtk2' 'nss' 'libxss' 'glibc>=2.28-4')
-source=("https://exodusbin.azureedge.net/releases/exodus-linux-x64-${pkgver}.zip"
+source=("https://downloads.exodus.io/releases/exodus-linux-x64-${pkgver}.zip"
"${pkgname}.svg"
"${pkgname}.desktop"
"LICENSE")