Skip to content

Commit

Permalink
update main webpage - remove dead link to Linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 12, 2024
1 parent 1a02b51 commit 22fb558
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
9 changes: 5 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ environment:
BOOST: C:\Libraries\boost_1_77_0
- CMAKE_GEN: Visual Studio 12 2013
BOOST: C:\Libraries\boost_1_63_0
cache:
- C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib
#cache:
#- C:\ProgramData\chocolatey\bin
#- C:\ProgramData\chocolatey\lib
build_script:
- cmd: >-
IF NOT EXIST C:\ProgramData\chocolatey\bin\swig.exe choco install --version 4.0.1 swig -y --limit-output
choco install swig -y --limit-output
cmake -D BOOST_ROOT=%BOOST% -G "%CMAKE_GEN%" .
cmake --build . --config Release --target install
test_script:
Expand Down
17 changes: 6 additions & 11 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,19 @@ Download

|ico-osx| Mac OS X (10.6 or later): :github_download:`-osx.zip`

|ico-tux| Linux: binary
`RPM and deb packages <https://software.opensuse.org/download?project=home:wojdyr&package=fityk>`_
(`files <https://download.opensuse.org/repositories/home://wojdyr/>`_)
:smallfont:`for about 10 distros (incl. Ubuntu, Fedora, Suse), 32- and 64-bit.`
|ico-tux| Linux: binary packages are available
`in many distros <https://repology.org/project/fityk/versions>`_
and on `Flathub <https://flathub.org/apps/pl.nieto.fityk>`_.

Source code: `GitHub <https://github.com/wojdyr/fityk>`_
(`releases <https://github.com/wojdyr/fityk/releases>`_)

Installers for ver. 1.0+ used to be available to paid subscribers only.
This made `version 0.9.8 <https://github.com/wojdyr/fityk/downloads>`_
more popular than more recent releases.
To change this situation the latest binaries are no longer
`paywalled </subscribers>`_.
The author is grateful to all people who supported Fityk with subscriptions.

Version 1.3.1 was released on 2016-12-19
(`changelog <https://github.com/wojdyr/fityk/raw/master/NEWS>`_).

Version 1.3.2, with minor changes, was released on 2022-08-06,
but binaries haven't been updated.

.. |ico-win| image:: img/ico-win.png
.. |ico-tux| image:: img/ico-tux.png
.. |ico-osx| image:: img/ico-osx.png
Expand Down

0 comments on commit 22fb558

Please sign in to comment.