Skip to content

feat: Add freeplane #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 15, 2025
Merged

feat: Add freeplane #1452

merged 4 commits into from
Jul 15, 2025

Conversation

falko
Copy link
Contributor

@falko falko commented May 27, 2025

closes #1451

# Find the latest .deb URL for the current naming pattern
local REDIR_URL="$(grep -Eo 'https://downloads\.sourceforge\.net/project/freeplane/[^"\ >]+' "${CACHE_FILE}" | grep 'freeplane_[0-9.]*~upstream-[0-9]+_all.deb' | head -n1)"
URL=$(unroll_url "${REDIR_URL}")
VERSION_PUBLISHED="$(echo "${URL}" | grep -oP 'freeplane_\K([0-9]+\.[0-9]+\.[0-9]+)(?=~upstream-1_all\.deb)')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The installed version string includes "~upstream-1" so stripping this will leave each install seeming to need an update:

  [+] freeplane (1.12.11~upstream-1) has an update pending. 1.12.11 is available.

@philclifford philclifford changed the title Add package: freeplane feat: Add freeplane Jun 8, 2025
Copy link
Member

@philclifford philclifford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to also add freeplane to the repository manifest

Copy link
Member

@philclifford philclifford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add freeplane to the manifest file

@falko
Copy link
Contributor Author

falko commented Jul 15, 2025

Hi @philclifford , thank you for your help with this PR! I made the change the manifest that you requested. Let me know if anything else needs improving.

@philclifford philclifford merged commit 29f1e6c into wimpysworld:main Jul 15, 2025
1 check passed
@philclifford
Copy link
Member

You're very welcome. Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App request: Freeplane
2 participants