Commit 99117bf2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play freeplane: fix latest version

parent edd1ebb1
...@@ -8,8 +8,10 @@ URL="http://freeplane.sourceforge.net" ...@@ -8,8 +8,10 @@ URL="http://freeplane.sourceforge.net"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
[ "$VERSION" = "*" ] && VERSION="$(eget -O- https://sourceforge.net/projects/$PKGNAME/best_release.json | sed -e 's|.*freeplane_bin-||g' -e 's|\.zip.*||')" if [ "$VERSION" = "*" ] ; then
# PKGURL="$(get_json_value https://sourceforge.net/projects/$PKGNAME/best_release.json '["platform_releases","linux","url"]')"
VERSION="1.12.10"
fi
PKGURL="https://download.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_$VERSION~upstream-1_all.deb" PKGURL="https://download.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_$VERSION~upstream-1_all.deb"
install_pkgurl install_pkgurl
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