Commit a13f56ad authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play vdhcoapp: update to new filename

parent 325d76ff
......@@ -3,14 +3,14 @@
PKGNAME=net.downloadhelper.coapp
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Video DownloadHelper Companion App"
DESCRIPTION="Video DownloadHelper Companion App (obsoleted)"
URL="https://www.downloadhelper.net/install-coapp"
. $(dirname $0)/common.sh
mask="$PKGNAME-${VERSION}_amd64.deb"
PKGURL=$(eget --list --latest https://github.com/mi-g/vdhcoapp/releases/ $mask) || fatal "Can't get package URL"
PKGURL=$(eget --list --latest https://github.com/aclap-dev/vdhcoapp/releases/ $mask) || fatal "Can't get package URL"
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
......
......@@ -4,15 +4,15 @@ PKGNAME=net.downloadhelper.coapp.noffmpeg
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Video DownloadHelper Companion App 2"
URL="https://www.downloadhelper.net/install-coapp-v2"
URL="https://www.downloadhelper.net/w/CoApp-Installation"
. $(dirname $0)/common.sh
arch="$(epm print info -a)"
mask="$PKGNAME-${VERSION}-linux-$arch.deb"
mask="dhcoapp-noffmpeg-linux-$arch.deb"
PKGURL=$(eget --list --latest https://github.com/mi-g/vdhcoapp/releases/ $mask) || fatal "Can't get package URL"
PKGURL=$(eget --list --latest https://github.com/aclap-dev/vdhcoapp/releases/ $mask) || fatal "Can't get package URL"
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment