Switched from ota.koreader.rocks to GitHub assets
since the former is down
This commit is contained in:
Nemo 2023-09-20 15:43:15 +05:30
parent 2a44599f7c
commit 92a6dd13c6
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pkgbase = koreader-appimage
depends = zlib
noextract = koreader-appimage-x86_64-linux-gnu-v2023.08.AppImage
options = !strip
source = https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2023.08.AppImage
source = https://github.com/koreader/koreader/releases/download/v2023.08/koreader-appimage-x86_64-linux-gnu-v2023.08.AppImage
sha512sums = 2b04bdfaceee9201fd5875aae7924e56713a025a322ff561887a076c992a67d5f5447256845ff9ed228920148d9288b7c9d58899a3ec1bfd06edd67238be6fac
pkgname = koreader-appimage

View File

@ -19,7 +19,7 @@ _filename="koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage"
noextract=("$_filename")
options=('!strip')
install=${pkgname}.install
source=("https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage")
source=("https://github.com/koreader/koreader/releases/download/v$pkgver/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage")
sha512sums=('2b04bdfaceee9201fd5875aae7924e56713a025a322ff561887a076c992a67d5f5447256845ff9ed228920148d9288b7c9d58899a3ec1bfd06edd67238be6fac')
prepare() {