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 4bcf5d528106..9e88cb95e8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = airshipper
conflicts = airshipper-git
noextract = airshipper.desktop
noextract = veloren.png
- source = https://www.songtronix.com/download/airshipper-0.3.2.zip
+ source = https://github.com/Songtronix/Airshipper/releases/download/v0.3.2/airshipper-linux.zip
source = airshipper.desktop
source = veloren.png
sha512sums = af0c0844eb9010938cb4b9207509790fab4d52b7640a68ca867716ece4d6a14d8748029f7ae6658902349642f5c57c73ad47d1f52b76e66274d56c73bbdb544d
diff --git a/PKGBUILD b/PKGBUILD
index 3ad866467f51..99e9bd74cf93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('openssl' 'libxcb' 'fontconfig')
provides=()
conflicts=("$pkgname-git")
source=(
- "https://www.songtronix.com/download/airshipper-${pkgver}.zip"
+ "https://github.com/Songtronix/Airshipper/releases/download/v${pkgver}/airshipper-linux.zip"
'airshipper.desktop'
'veloren.png'
)