Commit 912cc465 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix versions

parent 71459ee2
......@@ -2,7 +2,6 @@
PKGNAME=rustdesk-libsciter-gtk
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="4.4.8.23"
DESCRIPTION='Embeddable HTML/CSS/JavaScript engine for modern UI development (only for RustDesk from Sisyphus)'
URL="https://github.com/c-smile/sciter-sdk"
......@@ -17,6 +16,7 @@ case "$(epm print info -a)" in
arch="arm64" ;;
esac
VERSION="4.4.8.23"
PKGURL="https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/$arch/libsciter-gtk.so"
install_pack_pkgurl "$VERSION"
......@@ -2,7 +2,6 @@
PKGNAME=yandex-telemost
SUPPORTEDARCHES="x86_64"
VERSION="1.0.0"
DESCRIPTION='Yandex telemost from the official site'
URL="https://www.commfort.com/ru/article-commfort-linux.shtml"
......@@ -10,6 +9,7 @@ URL="https://www.commfort.com/ru/article-commfort-linux.shtml"
warn_version_is_not_supported
VERSION="1.0.0"
PKGURL="https://telemost.yandex.ru/download-desktop"
install_pack_pkgurl $VERSION
......@@ -2,7 +2,6 @@
PKGNAME=zwcad-viewer
SUPPORTEDARCHES="x86_64"
VERSION="2.1.5"
DESCRIPTION="ZWCAD Viewer from the official site"
URL="https://sapr-soft.ru/zwcad_viewer"
......@@ -10,6 +9,7 @@ URL="https://sapr-soft.ru/zwcad_viewer"
warn_version_is_not_supported
VERSION="2.1.5"
PKGURL="https://sapr-soft.ru/download/Viewer/ZWCAD_Viewer_Beta.tar.gz"
install_pack_pkgurl $VERSION
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